#CF81BF

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

Shades of Orchid #CF81BF

Tints of Orchid #CF81BF

Color information

#CF81BF (or 0xCF81BF) is unknown color: approx Orchid. HEX triplet: CF, 81 and BF. RGB value is (207,129,191). Sum of RGB (Red+Green+Blue) = 207+129+191=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF81BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81BF is #307E40. Grayscale: #9F9F9F. Windows color (decimal): -3178049 or 12550607. OLE color: 12550607.

HSL color Cylindrical-coordinate representation of color #CF81BF: hue angle of 312.31º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF81BF is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207129191-
CMYK00.380.080.19
HSL312.31º44.83%65.88%-
HSV(B)312.31º37.68%81.18%-
XYZ42.9932.7353.34-
YUV159.39145.84161.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.28%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 191 (75% from 255) = 36.24%
R=39.28%
G=24.48%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712919100.380.080.19312.3144.8365.88
HexCF81BF0268131382d42
Octal317201277046102347055102
Binary11001111100000011011111101001101000100111001110001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81BF; }

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

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

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

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

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

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

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

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