#D08FFC

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

Shades of Heliotrope #D08FFC

Tints of Heliotrope #D08FFC

Color information

#D08FFC (or 0xD08FFC) is unknown color: approx Heliotrope. HEX triplet: D0, 8F and FC. RGB value is (208,143,252). Sum of RGB (Red+Green+Blue) = 208+143+252=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 143 (56.25% from 255 or 23.71% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FFC is #2F7003. Grayscale: #AEAEAE. Windows color (decimal): -3108868 or 16551888. OLE color: 16551888.

HSL color Cylindrical-coordinate representation of color #D08FFC: hue angle of 275.78º 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 #D08FFC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208143252-
CMYK0.170.4300.01
HSL275.78º94.78%77.45%-
HSV(B)275.78º43.25%98.82%-
XYZ53.4140.0897.02-
YUV174.86171.53151.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.49%
GREEN value IS 143 (56.25% from 255) = 23.71%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=34.49%
G=23.71%
B=41.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081432520.170.4300.01275.7894.7877.45
HexD08FFC112B011145f4d
Octal320217374215301424137115
Binary110100001000111111111100100011010110110001010010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FFC; }

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

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

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

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

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

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

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

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