#D470C2

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

Shades of Orchid #D470C2

Tints of Orchid #D470C2

Color information

#D470C2 (or 0xD470C2) is unknown color: approx Orchid. HEX triplet: D4, 70 and C2. RGB value is (212,112,194). Sum of RGB (Red+Green+Blue) = 212+112+194=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D470C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470C2 is #2B8F3D. Grayscale: #979797. Windows color (decimal): -2854718 or 12742868. OLE color: 12742868.

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

Color convert

RGB212112194-
CMYK00.470.080.17
HSL310.8º53.76%63.53%-
HSV(B)310.8º47.17%83.14%-
XYZ42.6829.4854.48-
YUV151.25152.13171.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.93%
GREEN value IS 112 (44.14% from 255) = 21.62%
BLUE value IS 194 (76.17% from 255) = 37.45%
R=40.93%
G=21.62%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211219400.470.080.17310.853.7663.53
HexD470C202F8111373640
Octal324160302057102146766100
Binary1101010011100001100001001011111000100011001101111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470C2; }

 p { color: rgb(212,112,194); }

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

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

 a { background-color: rgb(212,112,194); }

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

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

 span { border-color: rgb(212,112,194); }

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