#D472C3

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

Shades of Orchid #D472C3

Tints of Orchid #D472C3

Color information

#D472C3 (or 0xD472C3) is unknown color: approx Orchid. HEX triplet: D4, 72 and C3. RGB value is (212,114,195). Sum of RGB (Red+Green+Blue) = 212+114+195=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D472C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472C3 is #2B8D3C. Grayscale: #989898. Windows color (decimal): -2854205 or 12808916. OLE color: 12808916.

HSL color Cylindrical-coordinate representation of color #D472C3: hue angle of 310.41º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D472C3 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB212114195-
CMYK00.460.080.17
HSL310.41º53.26%63.92%-
HSV(B)310.41º46.23%83.14%-
XYZ43.0229.9755.15-
YUV152.54151.97170.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 195 (76.56% from 255) = 37.43%
R=40.69%
G=21.88%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211419500.460.080.17310.4153.2663.92
HexD472C302E8111363540
Octal324162303056102146665100
Binary1101010011100101100001101011101000100011001101101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D472C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D472C3; }

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

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

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

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

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

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

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

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