#D76CDD

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

Shades of Orchid #D76CDD

Tints of Orchid #D76CDD

Color information

#D76CDD (or 0xD76CDD) is unknown color: approx Orchid. HEX triplet: D7, 6C and DD. RGB value is (215,108,221). Sum of RGB (Red+Green+Blue) = 215+108+221=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #D76CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CDD is #289322. Grayscale: #989898. Windows color (decimal): -2659107 or 14511319. OLE color: 14511319.

HSL color Cylindrical-coordinate representation of color #D76CDD: hue angle of 296.81º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76CDD is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB215108221-
CMYK0.030.5100.13
HSL296.81º62.43%64.51%-
HSV(B)296.81º51.13%86.67%-
XYZ46.4430.3971.83-
YUV152.88166.45172.31-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=39.52%
G=19.85%
B=40.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2151082210.030.5100.13296.8162.4364.51
HexD76CDD3330D1293e41
Octal32715433536301545176101
Binary1101011111011001101110111110011011011001010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CDD; }

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

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

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

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

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

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

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

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