#D470CD

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

Shades of Orchid #D470CD

Tints of Orchid #D470CD

Color information

#D470CD (or 0xD470CD) is unknown color: approx Orchid. HEX triplet: D4, 70 and CD. RGB value is (212,112,205). Sum of RGB (Red+Green+Blue) = 212+112+205=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D470CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470CD is #2B8F32. Grayscale: #989898. Windows color (decimal): -2854707 or 13463764. OLE color: 13463764.

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

Color convert

RGB212112205-
CMYK00.470.030.17
HSL304.2º53.76%63.53%-
HSV(B)304.2º47.17%83.14%-
XYZ43.9629.9961.23-
YUV152.5157.63170.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=40.08%
G=21.17%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211220500.470.030.17304.253.7663.53
HexD470CD02F3111303640
Octal32416031505732146066100
Binary11010100111000011001101010111111100011001100001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D470CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D470CD; }

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

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

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

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

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

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

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

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