#D76BB8

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

Shades of Orchid #D76BB8

Tints of Orchid #D76BB8

Color information

#D76BB8 (or 0xD76BB8) is unknown color: approx Orchid. HEX triplet: D7, 6B and B8. RGB value is (215,107,184). Sum of RGB (Red+Green+Blue) = 215+107+184=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D76BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76BB8 is #289447. Grayscale: #939393. Windows color (decimal): -2659400 or 12086231. OLE color: 12086231.

HSL color Cylindrical-coordinate representation of color #D76BB8: hue angle of 317.22º 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 #D76BB8 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB215107184-
CMYK00.500.140.16
HSL317.22º57.45%63.14%-
HSV(B)317.22º50.23%84.31%-
XYZ41.9328.4248.62-
YUV148.07148.28175.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.49%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 184 (72.27% from 255) = 36.36%
R=42.49%
G=21.15%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510718400.500.140.16317.2257.4563.14
HexD76BB8032E1013d393f
Octal32715327006216204757177
Binary110101111101011101110000110010111010000100111101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76BB8; }

 p { color: rgb(215,107,184); }

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

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

 a { background-color: rgb(215,107,184); }

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

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

 span { border-color: rgb(215,107,184); }

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