#CF81E4

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

Shades of Orchid #CF81E4

Tints of Orchid #CF81E4

Color information

#CF81E4 (or 0xCF81E4) is unknown color: approx Orchid. HEX triplet: CF, 81 and E4. RGB value is (207,129,228). Sum of RGB (Red+Green+Blue) = 207+129+228=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 228 (89.45% from 255 or 40.43% from 564); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF81E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81E4 is #307E1B. Grayscale: #A3A3A3. Windows color (decimal): -3178012 or 14975439. OLE color: 14975439.

HSL color Cylindrical-coordinate representation of color #CF81E4: hue angle of 287.27º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF81E4 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207129228-
CMYK0.090.4300.11
HSL287.27º64.71%70%-
HSV(B)287.27º43.42%89.41%-
XYZ47.5934.5777.56-
YUV163.61164.34158.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 129 (50.78% from 255) = 22.87%
BLUE value IS 228 (89.45% from 255) = 40.43%
R=36.70%
G=22.87%
B=40.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071292280.090.4300.11287.2764.7170
HexCF81E492B0B11f4146
Octal3172013441153013437101106
Binary11001111100000011110010010011010110101110001111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81E4; }

 p { color: rgb(207,129,228); }

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

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

 a { background-color: rgb(207,129,228); }

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

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

 span { border-color: rgb(207,129,228); }

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