#CF76C6

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

Shades of Orchid #CF76C6

Tints of Orchid #CF76C6

Color information

#CF76C6 (or 0xCF76C6) is unknown color: approx Orchid. HEX triplet: CF, 76 and C6. RGB value is (207,118,198). Sum of RGB (Red+Green+Blue) = 207+118+198=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76C6 is #308939. Grayscale: #999999. Windows color (decimal): -3180858 or 13006543. OLE color: 13006543.

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

Color convert

RGB207118198-
CMYK00.430.040.19
HSL306.07º48.11%63.73%-
HSV(B)306.07º43%81.18%-
XYZ42.430.357.04-
YUV153.73152.99166-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.58%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 198 (77.73% from 255) = 37.86%
R=39.58%
G=22.56%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711819800.430.040.19306.0748.1163.73
HexCF76C602B4131323040
Octal31716630605342346260100
Binary110011111110110110001100101011100100111001100101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76C6; }

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

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

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

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

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

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

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

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