#D08BFA

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

Shades of Heliotrope #D08BFA

Tints of Heliotrope #D08BFA

Color information

#D08BFA (or 0xD08BFA) is unknown color: approx Heliotrope. HEX triplet: D0, 8B and FA. RGB value is (208,139,250). Sum of RGB (Red+Green+Blue) = 208+139+250=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #D08BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BFA is #2F7405. Grayscale: #ABABAB. Windows color (decimal): -3109894 or 16419792. OLE color: 16419792.

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

Color convert

RGB208139250-
CMYK0.170.4400.02
HSL277.3º91.74%76.27%-
HSV(B)277.3º44.4%98.04%-
XYZ52.538.7895.16-
YUV172.28171.86153.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.84%
GREEN value IS 139 (54.69% from 255) = 23.28%
BLUE value IS 250 (98.05% from 255) = 41.88%
R=34.84%
G=23.28%
B=41.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081392500.170.4400.02277.391.7476.27
HexD08BFA112C021155c4c
Octal320213372215402425134114
Binary1101000010001011111110101000110110001010001010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BFA; }

 p { color: rgb(208,139,250); }

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

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

 a { background-color: rgb(208,139,250); }

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

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

 span { border-color: rgb(208,139,250); }

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