#CF4EE1

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

Shades of Medium Orchid #CF4EE1

Tints of Medium Orchid #CF4EE1

Color information

#CF4EE1 (or 0xCF4EE1) is unknown color: approx Medium Orchid. HEX triplet: CF, 4E and E1. RGB value is (207,78,225). Sum of RGB (Red+Green+Blue) = 207+78+225=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF4EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EE1 is #30B11E. Grayscale: #848484. Windows color (decimal): -3191071 or 14765775. OLE color: 14765775.

HSL color Cylindrical-coordinate representation of color #CF4EE1: hue angle of 292.65º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF4EE1 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20778225-
CMYK0.080.6500.12
HSL292.65º71.01%59.41%-
HSV(B)292.65º65.33%88.24%-
XYZ42.0524.1573.68-
YUV133.33179.74180.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 78 (30.86% from 255) = 15.29%
BLUE value IS 225 (88.28% from 255) = 44.12%
R=40.59%
G=15.29%
B=44.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal207782250.080.6500.12292.6571.0159.41
HexCF4EE18410C125473b
Octal3171163411010101444510773
Binary1100111110011101110000110001000001011001001001011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EE1; }

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

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

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

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

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

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

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

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