#D88FFC

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

Shades of Heliotrope #D88FFC

Tints of Heliotrope #D88FFC

Color information

#D88FFC (or 0xD88FFC) is unknown color: approx Heliotrope. HEX triplet: D8, 8F and FC. RGB value is (216,143,252). Sum of RGB (Red+Green+Blue) = 216+143+252=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 143 (56.25% from 255 or 23.40% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D88FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FFC is #277003. Grayscale: #B0B0B0. Windows color (decimal): -2584580 or 16551896. OLE color: 16551896.

HSL color Cylindrical-coordinate representation of color #D88FFC: hue angle of 280.18º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D88FFC is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216143252-
CMYK0.140.4300.01
HSL280.18º94.78%77.45%-
HSV(B)280.18º43.25%98.82%-
XYZ55.7141.2797.13-
YUV177.25170.18155.64-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 143 (56.25% from 255) = 23.40%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=35.35%
G=23.40%
B=41.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161432520.140.4300.01280.1894.7877.45
HexD88FFCE2B011185f4d
Octal330217374165301430137115
Binary11011000100011111111110011101010110110001100010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88FFC; }

 p { color: rgb(216,143,252); }

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

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

 a { background-color: rgb(216,143,252); }

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

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

 span { border-color: rgb(216,143,252); }

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