#CF76BD

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

Shades of Orchid #CF76BD

Tints of Orchid #CF76BD

Color information

#CF76BD (or 0xCF76BD) is unknown color: approx Orchid. HEX triplet: CF, 76 and BD. RGB value is (207,118,189). Sum of RGB (Red+Green+Blue) = 207+118+189=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 118 (46.48% from 255 or 22.96% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76BD is #308942. Grayscale: #989898. Windows color (decimal): -3180867 or 12416719. OLE color: 12416719.

HSL color Cylindrical-coordinate representation of color #CF76BD: hue angle of 312.13º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF76BD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207118189-
CMYK00.430.090.19
HSL312.13º48.11%63.73%-
HSV(B)312.13º43%81.18%-
XYZ41.429.951.73-
YUV152.7148.49166.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 118 (46.48% from 255) = 22.96%
BLUE value IS 189 (74.22% from 255) = 36.77%
R=40.27%
G=22.96%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711818900.430.090.19312.1348.1163.73
HexCF76BD02B9131383040
Octal317166275053112347060100
Binary1100111111101101011110101010111001100111001110001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76BD; }

 p { color: rgb(207,118,189); }

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

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

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

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

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

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

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