#D28CFF

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

Shades of Heliotrope #D28CFF

Tints of Heliotrope #D28CFF

Color information

#D28CFF (or 0xD28CFF) is unknown color: approx Heliotrope. HEX triplet: D2, 8C and FF. RGB value is (210,140,255). Sum of RGB (Red+Green+Blue) = 210+140+255=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 140 (55.08% from 255 or 23.14% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D28CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CFF is #2D7300. Grayscale: #ADADAD. Windows color (decimal): -2978561 or 16747730. OLE color: 16747730.

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

Color convert

RGB210140255-
CMYK0.180.4500
HSL276.52º100%77.45%-
HSV(B)276.52º45.1%100%-
XYZ54.0139.6899.42-
YUV174.04173.69153.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 140 (55.08% from 255) = 23.14%
BLUE value IS 255 (100% from 255) = 42.15%
R=34.71%
G=23.14%
B=42.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101402550.180.4500276.5210077.45
HexD28CFF122D00115644d
Octal322214377225500425144115
Binary110100101000110011111111100101011010010001010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CFF; }

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

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

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

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

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

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

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

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