Html Css Color HEX #D98CFC Heliotrope

📋 copy color: '#D98CFC'

red 217 ◦ green 140 ◦ blue 252

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

Shades of Heliotrope #D98CFC

Tints of Heliotrope #D98CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.99%

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

R = 35.63%
G = 22.99%
B = 41.38%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D98CFC (or 0xD98CFC) is known color: Heliotrope. HEX triplet: D9, 8C and FC. RGB value is (217,140,252). Sum of RGB (Red+Green+Blue) = 217+140+252=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 140 (55.08% from 255 or 22.99% from 609); Blue value is 252 (98.83% from 255 or 41.38% from 609); Max value from RGB is 252 - color contains mainly: blue. Hex color #D98CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D98CFC is #267303. Grayscale: #AFAFAF. Windows color (decimal): -2519812 or 16551129. OLE color: 16551129.

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

Color convert

RGB 217 140 252 -
CMYK 0.14 0.44 0 0.01
HSL 281.25º 0.95% 0.77% -
HSV(B) 281.25º 0.44% 0.99% -
XYZ 55.56 40.54 96.99 -
YUV 175.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 217 140 252 0.14 0.44 0 0.01 281.25 0.95 0.77
Hex D9 8C FC E 2C 0 1 119 5F 4D
Octal 331 214 374 16 54 0 1 431 137 115
Binary 11011001 10001100 11111100 1110 101100 0 1 100011001 1011111 1001101

Color Harmonies of #D98CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98CFC

Black with #D98CFC

Text Example


Text Example

White with #D98CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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