#D479C8

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

Shades of Orchid #D479C8

Tints of Orchid #D479C8

Color information

#D479C8 (or 0xD479C8) is unknown color: approx Orchid. HEX triplet: D4, 79 and C8. RGB value is (212,121,200). Sum of RGB (Red+Green+Blue) = 212+121+200=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D479C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479C8 is #2B8637. Grayscale: #9C9C9C. Windows color (decimal): -2852408 or 13138388. OLE color: 13138388.

HSL color Cylindrical-coordinate representation of color #D479C8: hue angle of 307.91º degrees, saturation: 0.51, 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 #D479C8 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB212121200-
CMYK00.430.060.17
HSL307.91º51.41%65.29%-
HSV(B)307.91º42.92%83.14%-
XYZ44.4131.8458.45-
YUV157.22152.15167.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=39.77%
G=22.70%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212120000.430.060.17307.9151.4165.29
HexD479C802B6111343341
Octal32417131005362146463101
Binary110101001111001110010000101011110100011001101001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479C8; }

 p { color: rgb(212,121,200); }

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

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

 a { background-color: rgb(212,121,200); }

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

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

 span { border-color: rgb(212,121,200); }

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