Html Css Color HEX #D08DFF Heliotrope

📋 copy color: '#D08DFF'

red 208 ◦ green 141 ◦ blue 255

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

Shades of Heliotrope #D08DFF

Tints of Heliotrope #D08DFF

RGB

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

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

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

R = 34.44%
G = 23.34%
B = 42.22%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D08DFF (or 0xD08DFF) is known color: Heliotrope. HEX triplet: D0, 8D and FF. RGB value is (208,141,255). Sum of RGB (Red+Green+Blue) = 208+141+255=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DFF is #2F7200. Grayscale: #ADADAD. Windows color (decimal): -3109377 or 16747984. OLE color: 16747984.

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

Color convert

RGB 208 141 255 -
CMYK 0.18 0.45 0 0
HSL 275.26º 1% 0.78% -
HSV(B) 275.26º 0.45% 1% -
XYZ 53.59 39.68 99.44 -
YUV 174.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 208 141 255 0.18 0.45 0 0 275.26 1 0.78
Hex D0 8D FF 12 2D 0 0 113 64 4E
Octal 320 215 377 22 55 0 0 423 144 116
Binary 11010000 10001101 11111111 10010 101101 0 0 100010011 1100100 1001110

Color Harmonies of #D08DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DFF

Black with #D08DFF

Text Example


Text Example

White with #D08DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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