#D478CD

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

Shades of Orchid #D478CD

Tints of Orchid #D478CD

Color information

#D478CD (or 0xD478CD) is unknown color: approx Orchid. HEX triplet: D4, 78 and CD. RGB value is (212,120,205). Sum of RGB (Red+Green+Blue) = 212+120+205=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 212 - color contains mainly: red. Hex color #D478CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478CD is #2B8732. Grayscale: #9C9C9C. Windows color (decimal): -2852659 or 13465812. OLE color: 13465812.

HSL color Cylindrical-coordinate representation of color #D478CD: hue angle of 304.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478CD is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212120205-
CMYK00.430.030.17
HSL304.57º51.69%65.1%-
HSV(B)304.57º43.4%83.14%-
XYZ44.8931.8461.54-
YUV157.2154.98167.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.48%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=39.48%
G=22.35%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212020500.430.030.17304.5751.6965.1
HexD478CD02B3111313441
Octal32417031505332146164101
Binary11010100111100011001101010101111100011001100011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D478CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D478CD; }

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

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

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

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

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

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

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

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