#D88CFE

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

Shades of Heliotrope #D88CFE

Tints of Heliotrope #D88CFE

Color information

#D88CFE (or 0xD88CFE) is unknown color: approx Heliotrope. HEX triplet: D8, 8C and FE. RGB value is (216,140,254). Sum of RGB (Red+Green+Blue) = 216+140+254=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #D88CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFE is #277301. Grayscale: #AFAFAF. Windows color (decimal): -2585346 or 16682200. OLE color: 16682200.

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

Color convert

RGB216140254-
CMYK0.150.4500.00
HSL280º98.28%77.25%-
HSV(B)280º44.88%99.61%-
XYZ55.5940.5198.66-
YUV175.72172.18156.73-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.41%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=35.41%
G=22.95%
B=41.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2161402540.150.4500.0028098.2877.25
HexD88CFEF2D00118624d
Octal330214376175500430142115
Binary11011000100011001111111011111011010010001100011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CFE; }

 p { color: rgb(216,140,254); }

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

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

 a { background-color: rgb(216,140,254); }

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

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

 span { border-color: rgb(216,140,254); }

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