#D88CFB

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

Shades of Heliotrope #D88CFB

Tints of Heliotrope #D88CFB

Color information

#D88CFB (or 0xD88CFB) is unknown color: approx Heliotrope. HEX triplet: D8, 8C and FB. RGB value is (216,140,251). Sum of RGB (Red+Green+Blue) = 216+140+251=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 140 (55.08% from 255 or 23.06% from 607); Blue value is 251 (98.44% from 255 or 41.35% from 607); Max value from RGB is 251 - color contains mainly: blue. Hex color #D88CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFB is #277304. Grayscale: #AFAFAF. Windows color (decimal): -2585349 or 16485592. OLE color: 16485592.

HSL color Cylindrical-coordinate representation of color #D88CFB: hue angle of 281.08º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D88CFB is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216140251-
CMYK0.140.4400.02
HSL281.08º93.28%76.67%-
HSV(B)281.08º44.22%98.43%-
XYZ55.1140.3296.14-
YUV175.38170.68156.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 140 (55.08% from 255) = 23.06%
BLUE value IS 251 (98.44% from 255) = 41.35%
R=35.58%
G=23.06%
B=41.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161402510.140.4400.02281.0893.2876.67
HexD88CFBE2C021195d4d
Octal330214373165402431135115
Binary110110001000110011111011111010110001010001100110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CFB; }

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

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

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

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

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

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

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

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