Html Css Color HEX #D98BFC Heliotrope

📋 copy color: '#D98BFC'

red 217 ◦ green 139 ◦ blue 252

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

Shades of Heliotrope #D98BFC

Tints of Heliotrope #D98BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 22.86%

 BLUE value IS 252 (98.83% from 255) = 41.45%

R = 35.69%
G = 22.86%
B = 41.45%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D98BFC (or 0xD98BFC) is known color: Heliotrope. HEX triplet: D9, 8B and FC. RGB value is (217,139,252). Sum of RGB (Red+Green+Blue) = 217+139+252=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 252 (98.83% from 255 or 41.45% from 608); Max value from RGB is 252 - color contains mainly: blue. Hex color #D98BFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98BFC is #267403. Grayscale: #AEAEAE. Windows color (decimal): -2520068 or 16550873. OLE color: 16550873.

HSL color Cylindrical-coordinate representation of color #D98BFC: hue angle of 281.42º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98BFC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 139 252 -
CMYK 0.14 0.45 0 0.01
HSL 281.42º 0.95% 0.77% -
HSV(B) 281.42º 0.45% 0.99% -
XYZ 55.42 40.25 96.94 -
YUV 175.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 217 139 252 0.14 0.45 0 0.01 281.42 0.95 0.77
Hex D9 8B FC E 2D 0 1 119 5F 4D
Octal 331 213 374 16 55 0 1 431 137 115
Binary 11011001 10001011 11111100 1110 101101 0 1 100011001 1011111 1001101

Color Harmonies of #D98BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98BFC

Black with #D98BFC

Text Example


Text Example

White with #D98BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98BFC; }

 p { color: rgb(217,139,252); }

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

background-color css

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

 a { background-color: rgb(217,139,252); }

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

border-color css

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

 span { border-color: rgb(217,139,252); }

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