#D280FF

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

Shades of Heliotrope #D280FF

Tints of Heliotrope #D280FF

Color information

#D280FF (or 0xD280FF) is unknown color: approx Heliotrope. HEX triplet: D2, 80 and FF. RGB value is (210,128,255). Sum of RGB (Red+Green+Blue) = 210+128+255=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #D280FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D280FF is #2D7F00. Grayscale: #A6A6A6. Windows color (decimal): -2981633 or 16744658. OLE color: 16744658.

HSL color Cylindrical-coordinate representation of color #D280FF: hue angle of 278.74º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D280FF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210128255-
CMYK0.180.5000
HSL278.74º100%75.1%-
HSV(B)278.74º49.8%100%-
XYZ52.3536.3698.87-
YUV167177.67158.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 255 (100% from 255) = 43.00%
R=35.41%
G=21.59%
B=43.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101282550.180.5000278.7410075.1
HexD280FF123200117644b
Octal322200377226200427144113
Binary110100101000000011111111100101100100010001011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D280FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D280FF; }

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

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

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

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

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

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

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

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