#CF81E5

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

Shades of Orchid #CF81E5

Tints of Orchid #CF81E5

Color information

#CF81E5 (or 0xCF81E5) is unknown color: approx Orchid. HEX triplet: CF, 81 and E5. RGB value is (207,129,229). Sum of RGB (Red+Green+Blue) = 207+129+229=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 229 (89.84% from 255 or 40.53% from 565); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF81E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81E5 is #307E1A. Grayscale: #A3A3A3. Windows color (decimal): -3178011 or 15040975. OLE color: 15040975.

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

Color convert

RGB207129229-
CMYK0.100.4400.10
HSL286.8º65.79%70.2%-
HSV(B)286.8º43.67%89.8%-
XYZ47.7334.6278.3-
YUV163.72164.84158.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 229 (89.84% from 255) = 40.53%
R=36.64%
G=22.83%
B=40.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071292290.100.4400.10286.865.7970.2
HexCF81E5A2C0A11f4246
Octal3172013451254012437102106
Binary11001111100000011110010110101011000101010001111110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81E5; }

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

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

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

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

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

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

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

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