Html Css Color HEX #D08BF9 Heliotrope

📋 copy color: '#D08BF9'

red 208 ◦ green 139 ◦ blue 249

#D08BF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D08BF9

Tints of Heliotrope #D08BF9

RGB

 RED value IS 208 (81.64% from 255) = 34.9%

 GREEN value IS 139 (54.69% from 255) = 23.32%

 BLUE value IS 249 (97.66% from 255) = 41.78%

R = 34.9%
G = 23.32%
B = 41.78%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08BF9 (or 0xD08BF9) is known color: Heliotrope. HEX triplet: D0, 8B and F9. RGB value is (208,139,249). Sum of RGB (Red+Green+Blue) = 208+139+249=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #D08BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08BF9 is #2F7406. Grayscale: #ABABAB. Windows color (decimal): -3109895 or 16354256. OLE color: 16354256.

HSL color Cylindrical-coordinate representation of color #D08BF9: hue angle of 277.64º degrees, saturation: 0.9, 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 #D08BF9 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 139 249 -
CMYK 0.16 0.44 0 0.02
HSL 277.64º 0.9% 0.76% -
HSV(B) 277.64º 0.44% 0.98% -
XYZ 52.34 38.71 94.34 -
YUV 172.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 208 139 249 0.16 0.44 0 0.02 277.64 0.9 0.76
Hex D0 8B F9 10 2C 0 2 116 5A 4C
Octal 320 213 371 20 54 0 2 426 132 114
Binary 11010000 10001011 11111001 10000 101100 0 10 100010110 1011010 1001100

Color Harmonies of #D08BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08BF9

Black with #D08BF9

Text Example


Text Example

White with #D08BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08BF9; }

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

 H1.HeaderClassName
 {
   color: #D08BF9;
 }
 .AnyTagClassName
 {
   color: #D08BF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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