Html Css Color HEX #C971F1 Heliotrope

📋 copy color: '#C971F1'

red 201 ◦ green 113 ◦ blue 241

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

Shades of Heliotrope #C971F1

Tints of Heliotrope #C971F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.42%

R = 36.22%
G = 20.36%
B = 43.42%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C971F1 (or 0xC971F1) is known color: Heliotrope. HEX triplet: C9, 71 and F1. RGB value is (201,113,241). Sum of RGB (Red+Green+Blue) = 201+113+241=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #C971F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971F1 is #368E0E. Grayscale: #999999. Windows color (decimal): -3575311 or 15823305. OLE color: 15823305.

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

Color convert

RGB 201 113 241 -
CMYK 0.17 0.53 0 0.05
HSL 281.25º 0.82% 0.69% -
HSV(B) 281.25º 0.53% 0.95% -
XYZ 45.87 30.58 86.7 -
YUV 153.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 201 113 241 0.17 0.53 0 0.05 281.25 0.82 0.69
Hex C9 71 F1 11 35 0 5 119 52 45
Octal 311 161 361 21 65 0 5 431 122 105
Binary 11001001 1110001 11110001 10001 110101 0 101 100011001 1010010 1000101

Color Harmonies of #C971F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971F1

Black with #C971F1

Text Example


Text Example

White with #C971F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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