Html Css Color HEX #D08AFE Heliotrope

📋 copy color: '#D08AFE'

red 208 ◦ green 138 ◦ blue 254

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

Shades of Heliotrope #D08AFE

Tints of Heliotrope #D08AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 34.67%
G = 23%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D08AFE (or 0xD08AFE) is known color: Heliotrope. HEX triplet: D0, 8A and FE. RGB value is (208,138,254). Sum of RGB (Red+Green+Blue) = 208+138+254=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 138 (54.30% from 255 or 23% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #D08AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D08AFE is #2F7501. Grayscale: #ABABAB. Windows color (decimal): -3110146 or 16681680. OLE color: 16681680.

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

Color convert

RGB 208 138 254 -
CMYK 0.18 0.46 0 0.00
HSL 276.21º 0.98% 0.77% -
HSV(B) 276.21º 0.46% 1% -
XYZ 52.99 38.74 98.45 -
YUV 172.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 208 138 254 0.18 0.46 0 0.00 276.21 0.98 0.77
Hex D0 8A FE 12 2E 0 0 114 62 4D
Octal 320 212 376 22 56 0 0 424 142 115
Binary 11010000 10001010 11111110 10010 101110 0 0 100010100 1100010 1001101

Color Harmonies of #D08AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08AFE

Black with #D08AFE

Text Example


Text Example

White with #D08AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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