Html Css Color HEX #D08EFB Heliotrope

📋 copy color: '#D08EFB'

red 208 ◦ green 142 ◦ blue 251

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

Shades of Heliotrope #D08EFB

Tints of Heliotrope #D08EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.63%

 BLUE value IS 251 (98.44% from 255) = 41.76%

R = 34.61%
G = 23.63%
B = 41.76%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08EFB (or 0xD08EFB) is known color: Heliotrope. HEX triplet: D0, 8E and FB. RGB value is (208,142,251). Sum of RGB (Red+Green+Blue) = 208+142+251=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 142 (55.86% from 255 or 23.63% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EFB is #2F7104. Grayscale: #ADADAD. Windows color (decimal): -3109125 or 16486096. OLE color: 16486096.

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

Color convert

RGB 208 142 251 -
CMYK 0.17 0.43 0 0.02
HSL 276.33º 0.93% 0.77% -
HSV(B) 276.33º 0.43% 0.98% -
XYZ 53.1 39.72 96.14 -
YUV 174.16 171.37 152.14 -
System Red Green Blue C M Y K H S L
Decimal 208 142 251 0.17 0.43 0 0.02 276.33 0.93 0.77
Hex D0 8E FB 11 2B 0 2 114 5D 4D
Octal 320 216 373 21 53 0 2 424 135 115
Binary 11010000 10001110 11111011 10001 101011 0 10 100010100 1011101 1001101

Color Harmonies of #D08EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EFB

Black with #D08EFB

Text Example


Text Example

White with #D08EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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