Html Css Color HEX #D08AFF Heliotrope

📋 copy color: '#D08AFF'

red 208 ◦ green 138 ◦ blue 255

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

Shades of Heliotrope #D08AFF

Tints of Heliotrope #D08AFF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 22.96%

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

R = 34.61%
G = 22.96%
B = 42.43%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D08AFF (or 0xD08AFF) is known color: Heliotrope. HEX triplet: D0, 8A and FF. RGB value is (208,138,255). Sum of RGB (Red+Green+Blue) = 208+138+255=601 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.61% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #D08AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AFF is #2F7500. Grayscale: #ABABAB. Windows color (decimal): -3110145 or 16747216. OLE color: 16747216.

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

Color convert

RGB 208 138 255 -
CMYK 0.18 0.46 0 0
HSL 275.9º 1% 0.77% -
HSV(B) 275.9º 0.46% 1% -
XYZ 53.15 38.81 99.3 -
YUV 172.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 208 138 255 0.18 0.46 0 0 275.9 1 0.77
Hex D0 8A FF 12 2E 0 0 114 64 4D
Octal 320 212 377 22 56 0 0 424 144 115
Binary 11010000 10001010 11111111 10010 101110 0 0 100010100 1100100 1001101

Color Harmonies of #D08AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AFF

Black with #D08AFF

Text Example


Text Example

White with #D08AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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