#CF76E6

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

Shades of Orchid #CF76E6

Tints of Orchid #CF76E6

Color information

#CF76E6 (or 0xCF76E6) is unknown color: approx Orchid. HEX triplet: CF, 76 and E6. RGB value is (207,118,230). Sum of RGB (Red+Green+Blue) = 207+118+230=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 118 (46.48% from 255 or 21.26% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF76E6 is #308919. Grayscale: #9D9D9D. Windows color (decimal): -3180826 or 15103695. OLE color: 15103695.

HSL color Cylindrical-coordinate representation of color #CF76E6: hue angle of 287.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF76E6 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB207118230-
CMYK0.100.4900.10
HSL287.68º69.14%68.24%-
HSV(B)287.68º48.7%90.2%-
XYZ46.4931.9478.58-
YUV157.38168.99163.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 118 (46.48% from 255) = 21.26%
BLUE value IS 230 (90.23% from 255) = 41.44%
R=37.30%
G=21.26%
B=41.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2071182300.100.4900.10287.6869.1468.24
HexCF76E6A310A1204544
Octal3171663461261012440105104
Binary1100111111101101110011010101100010101010010000010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76E6; }

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

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

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

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

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

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

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

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