Html Css Color HEX #D98AFA Heliotrope

📋 copy color: '#D98AFA'

red 217 ◦ green 138 ◦ blue 250

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

Shades of Heliotrope #D98AFA

Tints of Heliotrope #D98AFA

RGB

 RED value IS 217 (85.16% from 255) = 35.87%

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

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

R = 35.87%
G = 22.81%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D98AFA (or 0xD98AFA) is known color: Heliotrope. HEX triplet: D9, 8A and FA. RGB value is (217,138,250). Sum of RGB (Red+Green+Blue) = 217+138+250=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #D98AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98AFA is #267505. Grayscale: #AEAEAE. Windows color (decimal): -2520326 or 16419545. OLE color: 16419545.

HSL color Cylindrical-coordinate representation of color #D98AFA: hue angle of 282.32º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98AFA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 138 250 -
CMYK 0.13 0.45 0 0.02
HSL 282.32º 0.92% 0.76% -
HSV(B) 282.32º 0.45% 0.98% -
XYZ 54.96 39.83 95.23 -
YUV 174.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 217 138 250 0.13 0.45 0 0.02 282.32 0.92 0.76
Hex D9 8A FA D 2D 0 2 11A 5C 4C
Octal 331 212 372 15 55 0 2 432 134 114
Binary 11011001 10001010 11111010 1101 101101 0 10 100011010 1011100 1001100

Color Harmonies of #D98AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98AFA

Black with #D98AFA

Text Example


Text Example

White with #D98AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98AFA; }

 p { color: rgb(217,138,250); }

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

background-color css

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

 a { background-color: rgb(217,138,250); }

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

border-color css

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

 span { border-color: rgb(217,138,250); }

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