#D475C0

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

Shades of Orchid #D475C0

Tints of Orchid #D475C0

Color information

#D475C0 (or 0xD475C0) is unknown color: approx Orchid. HEX triplet: D4, 75 and C0. RGB value is (212,117,192). Sum of RGB (Red+Green+Blue) = 212+117+192=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D475C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475C0 is #2B8A3F. Grayscale: #999999. Windows color (decimal): -2853440 or 12613076. OLE color: 12613076.

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

Color convert

RGB212117192-
CMYK00.450.090.17
HSL312.63º52.49%64.51%-
HSV(B)312.63º44.81%83.14%-
XYZ43.0330.5353.49-
YUV153.96149.47169.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=40.69%
G=22.46%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211719200.450.090.17312.6352.4964.51
HexD475C002D9111393441
Octal324165300055112147164101
Binary1101010011101011100000001011011001100011001110011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475C0; }

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

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

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

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

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

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

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

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