#D76ACC

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

Shades of Orchid #D76ACC

Tints of Orchid #D76ACC

Color information

#D76ACC (or 0xD76ACC) is unknown color: approx Orchid. HEX triplet: D7, 6A and CC. RGB value is (215,106,204). Sum of RGB (Red+Green+Blue) = 215+106+204=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 106 (41.80% from 255 or 20.19% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D76ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76ACC is #289533. Grayscale: #959595. Windows color (decimal): -2659636 or 13396695. OLE color: 13396695.

HSL color Cylindrical-coordinate representation of color #D76ACC: hue angle of 306.06º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D76ACC is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB215106204-
CMYK00.510.050.16
HSL306.06º57.67%62.94%-
HSV(B)306.06º50.7%84.31%-
XYZ44.0829.1160.42-
YUV149.76158.61174.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 106 (41.80% from 255) = 20.19%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=40.95%
G=20.19%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510620400.510.050.16306.0657.6762.94
HexD76ACC0335101323a3f
Octal3271523140635204627277
Binary11010111110101011001100011001110110000100110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76ACC; }

 p { color: rgb(215,106,204); }

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

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

 a { background-color: rgb(215,106,204); }

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

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

 span { border-color: rgb(215,106,204); }

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