Html Css Color HEX #D08EFC Heliotrope

📋 copy color: '#D08EFC'

red 208 ◦ green 142 ◦ blue 252

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

Shades of Heliotrope #D08EFC

Tints of Heliotrope #D08EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 34.55%
G = 23.59%
B = 41.86%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D08EFC (or 0xD08EFC) is known color: Heliotrope. HEX triplet: D0, 8E and FC. RGB value is (208,142,252). Sum of RGB (Red+Green+Blue) = 208+142+252=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #D08EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EFC is #2F7103. Grayscale: #ADADAD. Windows color (decimal): -3109124 or 16551632. OLE color: 16551632.

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

Color convert

RGB 208 142 252 -
CMYK 0.17 0.44 0 0.01
HSL 276º 0.95% 0.77% -
HSV(B) 276º 0.44% 0.99% -
XYZ 53.26 39.78 96.97 -
YUV 174.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 208 142 252 0.17 0.44 0 0.01 276 0.95 0.77
Hex D0 8E FC 11 2C 0 1 114 5F 4D
Octal 320 216 374 21 54 0 1 424 137 115
Binary 11010000 10001110 11111100 10001 101100 0 1 100010100 1011111 1001101

Color Harmonies of #D08EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EFC

Black with #D08EFC

Text Example


Text Example

White with #D08EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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