#D280C6

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

Shades of Orchid #D280C6

Tints of Orchid #D280C6

Color information

#D280C6 (or 0xD280C6) is unknown color: approx Orchid. HEX triplet: D2, 80 and C6. RGB value is (210,128,198). Sum of RGB (Red+Green+Blue) = 210+128+198=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C6 is #2D7F39. Grayscale: #A0A0A0. Windows color (decimal): -2981690 or 13009106. OLE color: 13009106.

HSL color Cylindrical-coordinate representation of color #D280C6: hue angle of 308.78º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280C6 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB210128198-
CMYK00.390.060.18
HSL308.78º47.67%66.27%-
HSV(B)308.78º39.05%82.35%-
XYZ44.4933.2257.49-
YUV160.5149.17163.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=39.18%
G=23.88%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012819800.390.060.18308.7847.6766.27
HexD280C60276121353042
Octal32220030604762246560102
Binary1101001010000000110001100100111110100101001101011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280C6; }

 p { color: rgb(210,128,198); }

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

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

 a { background-color: rgb(210,128,198); }

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

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

 span { border-color: rgb(210,128,198); }

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