#D280C8

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

Shades of Orchid #D280C8

Tints of Orchid #D280C8

Color information

#D280C8 (or 0xD280C8) is unknown color: approx Orchid. HEX triplet: D2, 80 and C8. RGB value is (210,128,200). Sum of RGB (Red+Green+Blue) = 210+128+200=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 200 (78.52% from 255 or 37.17% from 538); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C8 is #2D7F37. Grayscale: #A0A0A0. Windows color (decimal): -2981688 or 13140178. OLE color: 13140178.

HSL color Cylindrical-coordinate representation of color #D280C8: hue angle of 307.32º 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 #D280C8 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB210128200-
CMYK00.390.050.18
HSL307.32º47.67%66.27%-
HSV(B)307.32º39.05%82.35%-
XYZ44.7233.3158.72-
YUV160.73150.17163.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.03%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 200 (78.52% from 255) = 37.17%
R=39.03%
G=23.79%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012820000.390.050.18307.3247.6766.27
HexD280C80275121333042
Octal32220031004752246360102
Binary1101001010000000110010000100111101100101001100111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280C8; }

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

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

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

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

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

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

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

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