Html Css Color HEX #D97CF2 Heliotrope

📋 copy color: '#D97CF2'

red 217 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #D97CF2

Tints of Heliotrope #D97CF2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.27%

 BLUE value IS 242 (94.92% from 255) = 41.51%

R = 37.22%
G = 21.27%
B = 41.51%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D97CF2 (or 0xD97CF2) is known color: Heliotrope. HEX triplet: D9, 7C and F2. RGB value is (217,124,242). Sum of RGB (Red+Green+Blue) = 217+124+242=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 124 (48.83% from 255 or 21.27% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #D97CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D97CF2 is #26830D. Grayscale: #A4A4A4. Windows color (decimal): -2523918 or 15891673. OLE color: 15891673.

HSL color Cylindrical-coordinate representation of color #D97CF2: hue angle of 287.29º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D97CF2 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 124 242 -
CMYK 0.10 0.49 0 0.05
HSL 287.29º 0.82% 0.72% -
HSV(B) 287.29º 0.49% 0.95% -
XYZ 51.85 35.58 88.14 -
YUV 165.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 217 124 242 0.10 0.49 0 0.05 287.29 0.82 0.72
Hex D9 7C F2 A 31 0 5 11F 52 48
Octal 331 174 362 12 61 0 5 437 122 110
Binary 11011001 1111100 11110010 1010 110001 0 101 100011111 1010010 1001000

Color Harmonies of #D97CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97CF2

Black with #D97CF2

Text Example


Text Example

White with #D97CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97CF2; }

 p { color: rgb(217,124,242); }

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

background-color css

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

 a { background-color: rgb(217,124,242); }

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

border-color css

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

 span { border-color: rgb(217,124,242); }

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