#D280E6

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

Shades of Orchid #D280E6

Tints of Orchid #D280E6

Color information

#D280E6 (or 0xD280E6) is unknown color: approx Orchid. HEX triplet: D2, 80 and E6. RGB value is (210,128,230). Sum of RGB (Red+Green+Blue) = 210+128+230=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #D280E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280E6 is #2D7F19. Grayscale: #A3A3A3. Windows color (decimal): -2981658 or 15106258. OLE color: 15106258.

HSL color Cylindrical-coordinate representation of color #D280E6: hue angle of 288.24º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D280E6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB210128230-
CMYK0.090.4400.10
HSL288.24º67.11%70.2%-
HSV(B)288.24º44.35%90.2%-
XYZ48.5834.8579.03-
YUV164.15165.17160.71-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.97%
GREEN value IS 128 (50.39% from 255) = 22.54%
BLUE value IS 230 (90.23% from 255) = 40.49%
R=36.97%
G=22.54%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2101282300.090.4400.10288.2467.1170.2
HexD280E692C0A1204346
Octal3222003461154012440103106
Binary11010010100000001110011010011011000101010010000010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280E6; }

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

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

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

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

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

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

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

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