#D480CF

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

Shades of Orchid #D480CF

Tints of Orchid #D480CF

Color information

#D480CF (or 0xD480CF) is unknown color: approx Orchid. HEX triplet: D4, 80 and CF. RGB value is (212,128,207). Sum of RGB (Red+Green+Blue) = 212+128+207=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D480CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480CF is #2B7F30. Grayscale: #A1A1A1. Windows color (decimal): -2850609 or 13598932. OLE color: 13598932.

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

Color convert

RGB212128207-
CMYK00.400.020.17
HSL303.57º49.41%66.67%-
HSV(B)303.57º39.62%83.14%-
XYZ46.1333.9463.15-
YUV162.12153.33163.58-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.76%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=38.76%
G=23.40%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212820700.400.020.17303.5749.4166.67
HexD480CF0282111303143
Octal32420031705022146061103
Binary110101001000000011001111010100010100011001100001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480CF; }

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

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

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

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

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

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

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

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