#CF76B5

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

Shades of Orchid #CF76B5

Tints of Orchid #CF76B5

Color information

#CF76B5 (or 0xCF76B5) is unknown color: approx Orchid. HEX triplet: CF, 76 and B5. RGB value is (207,118,181). Sum of RGB (Red+Green+Blue) = 207+118+181=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76B5 is #30894A. Grayscale: #979797. Windows color (decimal): -3180875 or 11892431. OLE color: 11892431.

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

Color convert

RGB207118181-
CMYK00.430.130.19
HSL317.53º48.11%63.73%-
HSV(B)317.53º43%81.18%-
XYZ40.5529.5647.28-
YUV151.79144.49167.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 118 (46.48% from 255) = 23.32%
BLUE value IS 181 (71.09% from 255) = 35.77%
R=40.91%
G=23.32%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711818100.430.130.19317.5348.1163.73
HexCF76B502BD1313e3040
Octal317166265053152347660100
Binary1100111111101101011010101010111101100111001111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF76B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF76B5; }

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

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

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

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

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

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

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

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