Html Css Color HEX #D08EFF Heliotrope

📋 copy color: '#D08EFF'

red 208 ◦ green 142 ◦ blue 255

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

Shades of Heliotrope #D08EFF

Tints of Heliotrope #D08EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.15%

R = 34.38%
G = 23.47%
B = 42.15%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D08EFF (or 0xD08EFF) is known color: Heliotrope. HEX triplet: D0, 8E and FF. RGB value is (208,142,255). Sum of RGB (Red+Green+Blue) = 208+142+255=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 142 (55.86% from 255 or 23.47% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08EFF is #2F7100. Grayscale: #AEAEAE. Windows color (decimal): -3109121 or 16748240. OLE color: 16748240.

HSL color Cylindrical-coordinate representation of color #D08EFF: hue angle of 275.04º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D08EFF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 208 142 255 -
CMYK 0.18 0.44 0 0
HSL 275.04º 1% 0.78% -
HSV(B) 275.04º 0.44% 1% -
XYZ 53.74 39.98 99.49 -
YUV 174.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 208 142 255 0.18 0.44 0 0 275.04 1 0.78
Hex D0 8E FF 12 2C 0 0 113 64 4E
Octal 320 216 377 22 54 0 0 423 144 116
Binary 11010000 10001110 11111111 10010 101100 0 0 100010011 1100100 1001110

Color Harmonies of #D08EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08EFF

Black with #D08EFF

Text Example


Text Example

White with #D08EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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