Html Css Color HEX #C961F1 Heliotrope

📋 copy color: '#C961F1'

red 201 ◦ green 97 ◦ blue 241

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

Shades of Heliotrope #C961F1

Tints of Heliotrope #C961F1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18%

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

R = 37.29%
G = 18%
B = 44.71%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C961F1 (or 0xC961F1) is known color: Heliotrope. HEX triplet: C9, 61 and F1. RGB value is (201,97,241). Sum of RGB (Red+Green+Blue) = 201+97+241=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 97 (38.28% from 255 or 18.00% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #C961F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961F1 is #369E0E. Grayscale: #909090. Windows color (decimal): -3579407 or 15819209. OLE color: 15819209.

HSL color Cylindrical-coordinate representation of color #C961F1: hue angle of 283.33º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C961F1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 97 241 -
CMYK 0.17 0.60 0 0.05
HSL 283.33º 0.84% 0.66% -
HSV(B) 283.33º 0.6% 0.95% -
XYZ 44.24 27.32 86.16 -
YUV 144.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 201 97 241 0.17 0.60 0 0.05 283.33 0.84 0.66
Hex C9 61 F1 11 3C 0 5 11B 54 42
Octal 311 141 361 21 74 0 5 433 124 102
Binary 11001001 1100001 11110001 10001 111100 0 101 100011011 1010100 1000010

Color Harmonies of #C961F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961F1

Black with #C961F1

Text Example


Text Example

White with #C961F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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