#CF81CF

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

Shades of Orchid #CF81CF

Tints of Orchid #CF81CF

Color information

#CF81CF (or 0xCF81CF) is unknown color: approx Orchid. HEX triplet: CF, 81 and CF. RGB value is (207,129,207). Sum of RGB (Red+Green+Blue) = 207+129+207=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF81CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81CF is #307E30. Grayscale: #A0A0A0. Windows color (decimal): -3178033 or 13599183. OLE color: 13599183.

HSL color Cylindrical-coordinate representation of color #CF81CF: hue angle of 300º 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 #CF81CF is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB207129207-
CMYK00.3800.19
HSL300º44.83%65.88%-
HSV(B)300º37.68%81.18%-
XYZ44.8433.4763.13-
YUV161.21153.84160.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 129 (50.78% from 255) = 23.76%
BLUE value IS 207 (81.25% from 255) = 38.12%
R=38.12%
G=23.76%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712920700.3800.1930044.8365.88
HexCF81CF02601312c2d42
Octal31720131704602345455102
Binary11001111100000011100111101001100100111001011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81CF; }

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

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

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

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

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

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

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

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