#D08BFB

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

Shades of Heliotrope #D08BFB

Tints of Heliotrope #D08BFB

Color information

#D08BFB (or 0xD08BFB) is unknown color: approx Heliotrope. HEX triplet: D0, 8B and FB. RGB value is (208,139,251). Sum of RGB (Red+Green+Blue) = 208+139+251=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 139 (54.69% from 255 or 23.24% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BFB is #2F7404. Grayscale: #ACACAC. Windows color (decimal): -3109893 or 16485328. OLE color: 16485328.

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

Color convert

RGB208139251-
CMYK0.170.4500.02
HSL276.96º93.33%76.47%-
HSV(B)276.96º44.62%98.43%-
XYZ52.6638.8495.99-
YUV172.4172.36153.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.78%
GREEN value IS 139 (54.69% from 255) = 23.24%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=34.78%
G=23.24%
B=41.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081392510.170.4500.02276.9693.3376.47
HexD08BFB112D021155d4c
Octal320213373215502425135114
Binary1101000010001011111110111000110110101010001010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08BFB; }

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

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

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

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

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

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

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

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