Html Css Color HEX #D08AFB Heliotrope

📋 copy color: '#D08AFB'

red 208 ◦ green 138 ◦ blue 251

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

Shades of Heliotrope #D08AFB

Tints of Heliotrope #D08AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.12%

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

R = 34.84%
G = 23.12%
B = 42.04%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08AFB (or 0xD08AFB) is known color: Heliotrope. HEX triplet: D0, 8A and FB. RGB value is (208,138,251). Sum of RGB (Red+Green+Blue) = 208+138+251=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AFB is #2F7504. Grayscale: #ABABAB. Windows color (decimal): -3110149 or 16485072. OLE color: 16485072.

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

Color convert

RGB 208 138 251 -
CMYK 0.17 0.45 0 0.02
HSL 277.17º 0.93% 0.76% -
HSV(B) 277.17º 0.45% 0.98% -
XYZ 52.51 38.55 95.94 -
YUV 171.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 208 138 251 0.17 0.45 0 0.02 277.17 0.93 0.76
Hex D0 8A FB 11 2D 0 2 115 5D 4C
Octal 320 212 373 21 55 0 2 425 135 114
Binary 11010000 10001010 11111011 10001 101101 0 10 100010101 1011101 1001100

Color Harmonies of #D08AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AFB

Black with #D08AFB

Text Example


Text Example

White with #D08AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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