Html Css Color HEX #C971F7 Heliotrope

📋 copy color: '#C971F7'

red 201 ◦ green 113 ◦ blue 247

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

Shades of Heliotrope #C971F7

Tints of Heliotrope #C971F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.03%

R = 35.83%
G = 20.14%
B = 44.03%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C971F7 (or 0xC971F7) is known color: Heliotrope. HEX triplet: C9, 71 and F7. RGB value is (201,113,247). Sum of RGB (Red+Green+Blue) = 201+113+247=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #C971F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F7 is #368E08. Grayscale: #9A9A9A. Windows color (decimal): -3575305 or 16216521. OLE color: 16216521.

HSL color Cylindrical-coordinate representation of color #C971F7: hue angle of 279.4º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C971F7 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 113 247 -
CMYK 0.19 0.54 0 0.03
HSL 279.4º 0.89% 0.71% -
HSV(B) 279.4º 0.54% 0.97% -
XYZ 46.78 30.94 91.5 -
YUV 154.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 201 113 247 0.19 0.54 0 0.03 279.4 0.89 0.71
Hex C9 71 F7 13 36 0 3 117 59 47
Octal 311 161 367 23 66 0 3 427 131 107
Binary 11001001 1110001 11110111 10011 110110 0 11 100010111 1011001 1000111

Color Harmonies of #C971F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971F7

Black with #C971F7

Text Example


Text Example

White with #C971F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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