#d88cff

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

Shades of Heliotrope #D88CFF

Tints of Heliotrope #D88CFF

Color information

#D88CFF (or 0xD88CFF) is unknown color: approx Heliotrope. HEX triplet: D8, 8C and FF. RGB value is (216,140,255). Sum of RGB (Red+Green+Blue) = 216+140+255=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 140 (55.08% from 255 or 22.91% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #D88CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88CFF is #277300. Grayscale: #AFAFAF. Windows color (decimal): -2585345 or 16747736. OLE color: 16747736.

HSL color Cylindrical-coordinate representation of color #D88CFF: hue angle of 279.65º 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 #D88CFF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216140255-
CMYK0.150.4500
HSL279.65º100%77.45%-
HSV(B)279.65º45.1%100%-
XYZ55.7540.5899.5-
YUV175.83172.68156.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 140 (55.08% from 255) = 22.91%
BLUE value IS 255 (100% from 255) = 41.73%
R=35.35%
G=22.91%
B=41.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161402550.150.4500279.6510077.45
HexD88CFFF2D00118644d
Octal330214377175500430144115
Binary11011000100011001111111111111011010010001100011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d88cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d88cff; }

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

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

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

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

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

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

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

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