Html Css Color HEX #D97BFC Heliotrope

📋 copy color: '#D97BFC'

red 217 ◦ green 123 ◦ blue 252

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

Shades of Heliotrope #D97BFC

Tints of Heliotrope #D97BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 20.78%

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

R = 36.66%
G = 20.78%
B = 42.57%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D97BFC (or 0xD97BFC) is known color: Heliotrope. HEX triplet: D9, 7B and FC. RGB value is (217,123,252). Sum of RGB (Red+Green+Blue) = 217+123+252=592 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.66% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #D97BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97BFC is #268403. Grayscale: #A5A5A5. Windows color (decimal): -2524164 or 16546777. OLE color: 16546777.

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

Color convert

RGB 217 123 252 -
CMYK 0.14 0.51 0 0.01
HSL 283.72º 0.96% 0.74% -
HSV(B) 283.72º 0.51% 0.99% -
XYZ 53.27 35.95 96.23 -
YUV 165.81 176.64 164.51 -
System Red Green Blue C M Y K H S L
Decimal 217 123 252 0.14 0.51 0 0.01 283.72 0.96 0.74
Hex D9 7B FC E 33 0 1 11C 60 4A
Octal 331 173 374 16 63 0 1 434 140 112
Binary 11011001 1111011 11111100 1110 110011 0 1 100011100 1100000 1001010

Color Harmonies of #D97BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97BFC

Black with #D97BFC

Text Example


Text Example

White with #D97BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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