#C248ED

Color #C248ED Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C248ED

Tints of Medium Orchid #C248ED

Color information

#C248ED (or 0xC248ED) is unknown color: approx Medium Orchid. HEX triplet: C2, 48 and ED. RGB value is (194,72,237). Sum of RGB (Red+Green+Blue) = 194+72+237=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #C248ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C248ED is #3DB712. Grayscale: #7E7E7E. Windows color (decimal): -4044563 or 15550658. OLE color: 15550658.

HSL color Cylindrical-coordinate representation of color #C248ED: hue angle of 284.36º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C248ED is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19472237-
CMYK0.180.7000.07
HSL284.36º82.09%60.59%-
HSV(B)284.36º69.62%92.94%-
XYZ39.8522.2282.31-
YUV127.29189.92175.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 72 (28.52% from 255) = 14.31%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=38.57%
G=14.31%
B=47.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal194722370.180.7000.07284.3682.0960.59
HexC248ED12460711c523d
Octal302110355221060743412275
Binary1100001010010001110110110010100011001111000111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248ED; }

 p { color: rgb(194,72,237); }

 H1.HeaderClassName
 {
   color: #C248ED;
 }
 .AnyTagClassName
 {
   color: #C248ED;
 }
</style>
background-color css

<style>
 a { background-color: #C248ED; }

 a { background-color: rgb(194,72,237); }

 div.DivClassName
 {
   background-color: #C248ED;
 }
 .BgClassName
 {
   background-color: #C248ED;
 }
</style>
border-color css

<style>
 span { border-color: #C248ED; }

 span { border-color: rgb(194,72,237); }

 td.TdClassName
 {
   border-color: #C248ED;
 }
 .TagClassName
 {
   border-color: #C248ED;
 }
</style>