Html Css Color HEX #C971F9 Heliotrope

📋 copy color: '#C971F9'

red 201 ◦ green 113 ◦ blue 249

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

Shades of Heliotrope #C971F9

Tints of Heliotrope #C971F9

RGB

 RED value IS 201 (78.91% from 255) = 35.7%

 GREEN value IS 113 (44.53% from 255) = 20.07%

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 35.7%
G = 20.07%
B = 44.23%

CMYK

 C value IS 0.19

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C971F9 (or 0xC971F9) is known color: Heliotrope. HEX triplet: C9, 71 and F9. RGB value is (201,113,249). Sum of RGB (Red+Green+Blue) = 201+113+249=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #C971F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F9 is #368E06. Grayscale: #9A9A9A. Windows color (decimal): -3575303 or 16347593. OLE color: 16347593.

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

Color convert

RGB 201 113 249 -
CMYK 0.19 0.55 0 0.02
HSL 278.82º 0.92% 0.71% -
HSV(B) 278.82º 0.55% 0.98% -
XYZ 47.09 31.07 93.14 -
YUV 154.82 181.15 160.94 -
System Red Green Blue C M Y K H S L
Decimal 201 113 249 0.19 0.55 0 0.02 278.82 0.92 0.71
Hex C9 71 F9 13 37 0 2 117 5C 47
Octal 311 161 371 23 67 0 2 427 134 107
Binary 11001001 1110001 11111001 10011 110111 0 10 100010111 1011100 1000111

Color Harmonies of #C971F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971F9

Black with #C971F9

Text Example


Text Example

White with #C971F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971F9; }

 p { color: rgb(201,113,249); }

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

background-color css

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

 a { background-color: rgb(201,113,249); }

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

border-color css

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

 span { border-color: rgb(201,113,249); }

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