#D280C7

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

Shades of Orchid #D280C7

Tints of Orchid #D280C7

Color information

#D280C7 (or 0xD280C7) is unknown color: approx Orchid. HEX triplet: D2, 80 and C7. RGB value is (210,128,199). Sum of RGB (Red+Green+Blue) = 210+128+199=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C7 is #2D7F38. Grayscale: #A0A0A0. Windows color (decimal): -2981689 or 13074642. OLE color: 13074642.

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

Color convert

RGB210128199-
CMYK00.390.050.18
HSL308.05º47.67%66.27%-
HSV(B)308.05º39.05%82.35%-
XYZ44.6133.2658.1-
YUV160.61149.67163.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=39.11%
G=23.84%
B=37.06%

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
Decimal21012819900.390.050.18308.0547.6766.27
HexD280C70275121343042
Octal32220030704752246460102
Binary1101001010000000110001110100111101100101001101001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280C7; }

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

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

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

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

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

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

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

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