Html Css Color HEX #D08DFB Heliotrope

📋 copy color: '#D08DFB'

red 208 ◦ green 141 ◦ blue 251

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

Shades of Heliotrope #D08DFB

Tints of Heliotrope #D08DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.5%

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

R = 34.67%
G = 23.5%
B = 41.83%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08DFB (or 0xD08DFB) is known color: Heliotrope. HEX triplet: D0, 8D and FB. RGB value is (208,141,251). Sum of RGB (Red+Green+Blue) = 208+141+251=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 141 (55.47% from 255 or 23.5% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DFB is #2F7204. Grayscale: #ADADAD. Windows color (decimal): -3109381 or 16485840. OLE color: 16485840.

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

Color convert

RGB 208 141 251 -
CMYK 0.17 0.44 0 0.02
HSL 276.55º 0.93% 0.77% -
HSV(B) 276.55º 0.44% 0.98% -
XYZ 52.95 39.42 96.09 -
YUV 173.57 171.7 152.56 -
System Red Green Blue C M Y K H S L
Decimal 208 141 251 0.17 0.44 0 0.02 276.55 0.93 0.77
Hex D0 8D FB 11 2C 0 2 115 5D 4D
Octal 320 215 373 21 54 0 2 425 135 115
Binary 11010000 10001101 11111011 10001 101100 0 10 100010101 1011101 1001101

Color Harmonies of #D08DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DFB

Black with #D08DFB

Text Example


Text Example

White with #D08DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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