#D475D0

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

Shades of Orchid #D475D0

Tints of Orchid #D475D0

Color information

#D475D0 (or 0xD475D0) is unknown color: approx Orchid. HEX triplet: D4, 75 and D0. RGB value is (212,117,208). Sum of RGB (Red+Green+Blue) = 212+117+208=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D475D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D475D0 is #2B8A2F. Grayscale: #9B9B9B. Windows color (decimal): -2853424 or 13661652. OLE color: 13661652.

HSL color Cylindrical-coordinate representation of color #D475D0: hue angle of 302.53º 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 #D475D0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB212117208-
CMYK00.450.020.17
HSL302.53º52.49%64.51%-
HSV(B)302.53º44.81%83.14%-
XYZ44.931.2763.34-
YUV155.78157.47168.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 117 (46.09% from 255) = 21.79%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=39.48%
G=21.79%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211720800.450.020.17302.5352.4964.51
HexD475D002D21112f3441
Octal32416532005522145764101
Binary11010100111010111010000010110110100011001011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D475D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D475D0; }

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

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

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

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

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

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

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

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