Html Css Color HEX #D08CFB Heliotrope

📋 copy color: '#D08CFB'

red 208 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #D08CFB

Tints of Heliotrope #D08CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.37%

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

R = 34.72%
G = 23.37%
B = 41.9%

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

#D08CFB (or 0xD08CFB) is known color: Heliotrope. HEX triplet: D0, 8C and FB. RGB value is (208,140,251). Sum of RGB (Red+Green+Blue) = 208+140+251=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 140 (55.08% from 255 or 23.37% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #D08CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08CFB is #2F7304. Grayscale: #ACACAC. Windows color (decimal): -3109637 or 16485584. OLE color: 16485584.

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

Color convert

RGB 208 140 251 -
CMYK 0.17 0.44 0 0.02
HSL 276.76º 0.93% 0.77% -
HSV(B) 276.76º 0.44% 0.98% -
XYZ 52.8 39.13 96.04 -
YUV 172.99 172.03 152.97 -
System Red Green Blue C M Y K H S L
Decimal 208 140 251 0.17 0.44 0 0.02 276.76 0.93 0.77
Hex D0 8C FB 11 2C 0 2 115 5D 4D
Octal 320 214 373 21 54 0 2 425 135 115
Binary 11010000 10001100 11111011 10001 101100 0 10 100010101 1011101 1001101

Color Harmonies of #D08CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CFB

Black with #D08CFB

Text Example


Text Example

White with #D08CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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