#D280DF

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

Shades of Orchid #D280DF

Tints of Orchid #D280DF

Color information

#D280DF (or 0xD280DF) is unknown color: approx Orchid. HEX triplet: D2, 80 and DF. RGB value is (210,128,223). Sum of RGB (Red+Green+Blue) = 210+128+223=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D280DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280DF is #2D7F20. Grayscale: #A3A3A3. Windows color (decimal): -2981665 or 14647506. OLE color: 14647506.

HSL color Cylindrical-coordinate representation of color #D280DF: hue angle of 291.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D280DF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210128223-
CMYK0.060.4300.13
HSL291.79º59.75%68.82%-
HSV(B)291.79º42.6%87.45%-
XYZ47.6234.4773.96-
YUV163.35161.67161.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=37.43%
G=22.82%
B=39.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101282230.060.4300.13291.7959.7568.82
HexD280DF62B0D1243c45
Octal32220033765301544474105
Binary110100101000000011011111110101011011011001001001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280DF; }

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

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

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

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

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

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

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

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