#D76CB6

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

Shades of Orchid #D76CB6

Tints of Orchid #D76CB6

Color information

#D76CB6 (or 0xD76CB6) is unknown color: approx Orchid. HEX triplet: D7, 6C and B6. RGB value is (215,108,182). Sum of RGB (Red+Green+Blue) = 215+108+182=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CB6 is #289349. Grayscale: #949494. Windows color (decimal): -2659146 or 11955415. OLE color: 11955415.

HSL color Cylindrical-coordinate representation of color #D76CB6: hue angle of 318.5º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB215108182-
CMYK00.500.150.16
HSL318.5º57.22%63.33%-
HSV(B)318.5º49.77%84.31%-
XYZ41.8328.5547.56-
YUV148.43146.95175.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.57%
GREEN value IS 108 (42.58% from 255) = 21.39%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=42.57%
G=21.39%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510818200.500.150.16318.557.2263.33
HexD76CB6032F1013f393f
Octal32715426606217204777177
Binary110101111101100101101100110010111110000100111111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CB6; }

 p { color: rgb(215,108,182); }

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

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

 a { background-color: rgb(215,108,182); }

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

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

 span { border-color: rgb(215,108,182); }

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