Html Css Color HEX #C961F3 Heliotrope

📋 copy color: '#C961F3'

red 201 ◦ green 97 ◦ blue 243

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

Shades of Heliotrope #C961F3

Tints of Heliotrope #C961F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 37.15%
G = 17.93%
B = 44.92%

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

#C961F3 (or 0xC961F3) is known color: Heliotrope. HEX triplet: C9, 61 and F3. RGB value is (201,97,243). Sum of RGB (Red+Green+Blue) = 201+97+243=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #C961F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961F3 is #369E0C. Grayscale: #909090. Windows color (decimal): -3579405 or 15950281. OLE color: 15950281.

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

Color convert

RGB 201 97 243 -
CMYK 0.17 0.60 0 0.05
HSL 282.74º 0.86% 0.67% -
HSV(B) 282.74º 0.6% 0.95% -
XYZ 44.54 27.44 87.74 -
YUV 144.74 183.46 168.13 -
System Red Green Blue C M Y K H S L
Decimal 201 97 243 0.17 0.60 0 0.05 282.74 0.86 0.67
Hex C9 61 F3 11 3C 0 5 11B 56 43
Octal 311 141 363 21 74 0 5 433 126 103
Binary 11001001 1100001 11110011 10001 111100 0 101 100011011 1010110 1000011

Color Harmonies of #C961F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961F3

Black with #C961F3

Text Example


Text Example

White with #C961F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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