Html Css Color HEX #D08FFA Heliotrope

📋 copy color: '#D08FFA'

red 208 ◦ green 143 ◦ blue 250

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

Shades of Heliotrope #D08FFA

Tints of Heliotrope #D08FFA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.79%

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

R = 34.61%
G = 23.79%
B = 41.6%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D08FFA (or 0xD08FFA) is known color: Heliotrope. HEX triplet: D0, 8F and FA. RGB value is (208,143,250). Sum of RGB (Red+Green+Blue) = 208+143+250=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #D08FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08FFA is #2F7005. Grayscale: #AEAEAE. Windows color (decimal): -3108870 or 16420816. OLE color: 16420816.

HSL color Cylindrical-coordinate representation of color #D08FFA: hue angle of 276.45º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08FFA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 143 250 -
CMYK 0.17 0.43 0 0.02
HSL 276.45º 0.91% 0.77% -
HSV(B) 276.45º 0.43% 0.98% -
XYZ 53.09 39.96 95.36 -
YUV 174.63 170.53 151.8 -
System Red Green Blue C M Y K H S L
Decimal 208 143 250 0.17 0.43 0 0.02 276.45 0.91 0.77
Hex D0 8F FA 11 2B 0 2 114 5B 4D
Octal 320 217 372 21 53 0 2 424 133 115
Binary 11010000 10001111 11111010 10001 101011 0 10 100010100 1011011 1001101

Color Harmonies of #D08FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08FFA

Black with #D08FFA

Text Example


Text Example

White with #D08FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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