#D76DC8

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

Shades of Orchid #D76DC8

Tints of Orchid #D76DC8

Color information

#D76DC8 (or 0xD76DC8) is unknown color: approx Orchid. HEX triplet: D7, 6D and C8. RGB value is (215,109,200). Sum of RGB (Red+Green+Blue) = 215+109+200=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76DC8 is #289237. Grayscale: #969696. Windows color (decimal): -2658872 or 13135319. OLE color: 13135319.

HSL color Cylindrical-coordinate representation of color #D76DC8: hue angle of 308.49º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D76DC8 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB215109200-
CMYK00.490.070.16
HSL308.49º56.99%63.53%-
HSV(B)308.49º49.3%84.31%-
XYZ43.9229.5558.03-
YUV151.07155.62173.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 109 (42.97% from 255) = 20.80%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=41.03%
G=20.80%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510920000.490.070.16308.4956.9963.53
HexD76DC80317101343940
Octal32715531006172046471100
Binary110101111101101110010000110001111100001001101001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DC8; }

 p { color: rgb(215,109,200); }

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

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

 a { background-color: rgb(215,109,200); }

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

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

 span { border-color: rgb(215,109,200); }

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