Html Css Color HEX #D08DFA Heliotrope

📋 copy color: '#D08DFA'

red 208 ◦ green 141 ◦ blue 250

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

Shades of Heliotrope #D08DFA

Tints of Heliotrope #D08DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.74%

R = 34.72%
G = 23.54%
B = 41.74%

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

#D08DFA (or 0xD08DFA) is known color: Heliotrope. HEX triplet: D0, 8D and FA. RGB value is (208,141,250). Sum of RGB (Red+Green+Blue) = 208+141+250=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 141 (55.47% from 255 or 23.54% from 599); Blue value is 250 (98.05% from 255 or 41.74% from 599); Max value from RGB is 250 - color contains mainly: blue. Hex color #D08DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08DFA is #2F7205. Grayscale: #ADADAD. Windows color (decimal): -3109382 or 16420304. OLE color: 16420304.

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

Color convert

RGB 208 141 250 -
CMYK 0.17 0.44 0 0.02
HSL 276.88º 0.92% 0.77% -
HSV(B) 276.88º 0.44% 0.98% -
XYZ 52.79 39.36 95.26 -
YUV 173.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 208 141 250 0.17 0.44 0 0.02 276.88 0.92 0.77
Hex D0 8D FA 11 2C 0 2 115 5C 4D
Octal 320 215 372 21 54 0 2 425 134 115
Binary 11010000 10001101 11111010 10001 101100 0 10 100010101 1011100 1001101

Color Harmonies of #D08DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08DFA

Black with #D08DFA

Text Example


Text Example

White with #D08DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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