#CF49DE

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

Shades of Medium Orchid #CF49DE

Tints of Medium Orchid #CF49DE

Color information

#CF49DE (or 0xCF49DE) is unknown color: approx Medium Orchid. HEX triplet: CF, 49 and DE. RGB value is (207,73,222). Sum of RGB (Red+Green+Blue) = 207+73+222=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF49DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF49DE is #30B621. Grayscale: #818181. Windows color (decimal): -3192354 or 14567887. OLE color: 14567887.

HSL color Cylindrical-coordinate representation of color #CF49DE: hue angle of 293.96º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF49DE is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20773222-
CMYK0.070.6700.13
HSL293.96º69.3%57.84%-
HSV(B)293.96º67.12%87.06%-
XYZ41.323.371.43-
YUV130.05179.89182.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.24%
GREEN value IS 73 (28.91% from 255) = 14.54%
BLUE value IS 222 (87.11% from 255) = 44.22%
R=41.24%
G=14.54%
B=44.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal207732220.070.6700.13293.9669.357.84
HexCF49DE7430D126453a
Octal317111336710301544610572
Binary110011111001001110111101111000011011011001001101000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF49DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF49DE; }

 p { color: rgb(207,73,222); }

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

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

 a { background-color: rgb(207,73,222); }

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

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

 span { border-color: rgb(207,73,222); }

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