#cf76b9

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

Shades of Orchid #CF76B9

Tints of Orchid #CF76B9

Color information

#CF76B9 (or 0xCF76B9) is unknown color: approx Orchid. HEX triplet: CF, 76 and B9. RGB value is (207,118,185). Sum of RGB (Red+Green+Blue) = 207+118+185=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76B9 is #308946. Grayscale: #989898. Windows color (decimal): -3180871 or 12154575. OLE color: 12154575.

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

Color convert

RGB207118185-
CMYK00.430.110.19
HSL314.83º48.11%63.73%-
HSV(B)314.83º43%81.18%-
XYZ40.9729.7349.48-
YUV152.25146.49167.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=40.59%
G=23.14%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711818500.430.110.19314.8348.1163.73
HexCF76B902BB1313b3040
Octal317166271053132347360100
Binary1100111111101101011100101010111011100111001110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf76b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf76b9; }

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

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

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

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

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

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

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

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