#CF4EE6

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

Shades of Medium Orchid #CF4EE6

Tints of Medium Orchid #CF4EE6

Color information

#CF4EE6 (or 0xCF4EE6) is unknown color: approx Medium Orchid. HEX triplet: CF, 4E and E6. RGB value is (207,78,230). Sum of RGB (Red+Green+Blue) = 207+78+230=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 78 (30.86% from 255 or 15.15% from 515); Blue value is 230 (90.23% from 255 or 44.66% from 515); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4EE6 is #30B119. Grayscale: #858585. Windows color (decimal): -3191066 or 15093455. OLE color: 15093455.

HSL color Cylindrical-coordinate representation of color #CF4EE6: hue angle of 290.92º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4EE6 is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20778230-
CMYK0.100.6600.10
HSL290.92º75.25%60.39%-
HSV(B)290.92º66.09%90.2%-
XYZ42.7424.4377.33-
YUV133.9182.24180.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 78 (30.86% from 255) = 15.15%
BLUE value IS 230 (90.23% from 255) = 44.66%
R=40.19%
G=15.15%
B=44.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal207782300.100.6600.10290.9275.2560.39
HexCF4EE6A420A1234b3c
Octal3171163461210201244311374
Binary1100111110011101110011010101000010010101001000111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EE6; }

 p { color: rgb(207,78,230); }

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

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

 a { background-color: rgb(207,78,230); }

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

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

 span { border-color: rgb(207,78,230); }

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