#D480C4

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

Shades of Orchid #D480C4

Tints of Orchid #D480C4

Color information

#D480C4 (or 0xD480C4) is unknown color: approx Orchid. HEX triplet: D4, 80 and C4. RGB value is (212,128,196). Sum of RGB (Red+Green+Blue) = 212+128+196=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D480C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480C4 is #2B7F3B. Grayscale: #A0A0A0. Windows color (decimal): -2850620 or 12878036. OLE color: 12878036.

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

Color convert

RGB212128196-
CMYK00.400.080.17
HSL311.43º49.41%66.67%-
HSV(B)311.43º39.62%83.14%-
XYZ44.8333.4256.31-
YUV160.87147.83164.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.55%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 196 (76.95% from 255) = 36.57%
R=39.55%
G=23.88%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212819600.400.080.17311.4349.4166.67
HexD480C40288111373143
Octal324200304050102146761103
Binary11010100100000001100010001010001000100011001101111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D480C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D480C4; }

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

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

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

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

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

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

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

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