#D472DD

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

Shades of Orchid #D472DD

Tints of Orchid #D472DD

Color information

#D472DD (or 0xD472DD) is unknown color: approx Orchid. HEX triplet: D4, 72 and DD. RGB value is (212,114,221). Sum of RGB (Red+Green+Blue) = 212+114+221=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #D472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472DD is #2B8D22. Grayscale: #9B9B9B. Windows color (decimal): -2854179 or 14512852. OLE color: 14512852.

HSL color Cylindrical-coordinate representation of color #D472DD: hue angle of 294.95º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D472DD is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212114221-
CMYK0.040.4800.13
HSL294.95º61.14%65.69%-
HSV(B)294.95º48.42%86.67%-
XYZ46.2231.2572-
YUV155.5164.97168.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 221 (86.72% from 255) = 40.40%
R=38.76%
G=20.84%
B=40.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121142210.040.4800.13294.9561.1465.69
HexD472DD4300D1273d42
Octal32416233546001544775102
Binary11010100111001011011101100110000011011001001111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D472DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D472DD; }

 p { color: rgb(212,114,221); }

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

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

 a { background-color: rgb(212,114,221); }

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

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

 span { border-color: rgb(212,114,221); }

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