#CF81D9

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

Shades of Orchid #CF81D9

Tints of Orchid #CF81D9

Color information

#CF81D9 (or 0xCF81D9) is unknown color: approx Orchid. HEX triplet: CF, 81 and D9. RGB value is (207,129,217). Sum of RGB (Red+Green+Blue) = 207+129+217=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81D9 is #307E26. Grayscale: #A2A2A2. Windows color (decimal): -3178023 or 14254543. OLE color: 14254543.

HSL color Cylindrical-coordinate representation of color #CF81D9: hue angle of 293.18º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF81D9 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207129217-
CMYK0.050.4100.15
HSL293.18º53.66%67.84%-
HSV(B)293.18º40.55%85.1%-
XYZ46.1133.9869.77-
YUV162.35158.84159.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 217 (85.16% from 255) = 39.24%
R=37.43%
G=23.33%
B=39.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071292170.050.4100.15293.1853.6667.84
HexCF81D95290F1253644
Octal31720133155101744566104
Binary110011111000000111011001101101001011111001001011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81D9; }

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

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

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

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

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

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

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

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