#D476C0

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

Shades of Orchid #D476C0

Tints of Orchid #D476C0

Color information

#D476C0 (or 0xD476C0) is unknown color: approx Orchid. HEX triplet: D4, 76 and C0. RGB value is (212,118,192). Sum of RGB (Red+Green+Blue) = 212+118+192=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D476C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D476C0 is #2B893F. Grayscale: #9A9A9A. Windows color (decimal): -2853184 or 12613332. OLE color: 12613332.

HSL color Cylindrical-coordinate representation of color #D476C0: hue angle of 312.77º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476C0 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.17.

Color convert

RGB212118192-
CMYK00.440.090.17
HSL312.77º52.22%64.71%-
HSV(B)312.77º44.34%83.14%-
XYZ43.1430.7653.53-
YUV154.54149.14168.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.61%
GREEN value IS 118 (46.48% from 255) = 22.61%
BLUE value IS 192 (75.39% from 255) = 36.78%
R=40.61%
G=22.61%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211819200.440.090.17312.7752.2264.71
HexD476C002C9111393441
Octal324166300054112147164101
Binary1101010011101101100000001011001001100011001110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D476C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D476C0; }

 p { color: rgb(212,118,192); }

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

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

 a { background-color: rgb(212,118,192); }

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

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

 span { border-color: rgb(212,118,192); }

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