#D480CD

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

Shades of Orchid #D480CD

Tints of Orchid #D480CD

Color information

#D480CD (or 0xD480CD) is unknown color: approx Orchid. HEX triplet: D4, 80 and CD. RGB value is (212,128,205). Sum of RGB (Red+Green+Blue) = 212+128+205=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D480CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480CD is #2B7F32. Grayscale: #A1A1A1. Windows color (decimal): -2850611 or 13467860. OLE color: 13467860.

HSL color Cylindrical-coordinate representation of color #D480CD: hue angle of 305º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D480CD is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212128205-
CMYK00.400.030.17
HSL305º49.41%66.67%-
HSV(B)305º39.62%83.14%-
XYZ45.8933.8461.87-
YUV161.89152.33163.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.90%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=38.90%
G=23.49%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212820500.400.030.1730549.4166.67
HexD480CD0283111313143
Octal32420031505032146161103
Binary110101001000000011001101010100011100011001100011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480CD; }

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

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

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

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

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

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

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

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