Html Css Color HEX #C960F1 Heliotrope

📋 copy color: '#C960F1'

red 201 ◦ green 96 ◦ blue 241

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

Shades of Heliotrope #C960F1

Tints of Heliotrope #C960F1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.84%

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

R = 37.36%
G = 17.84%
B = 44.8%

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

#C960F1 (or 0xC960F1) is known color: Heliotrope. HEX triplet: C9, 60 and F1. RGB value is (201,96,241). Sum of RGB (Red+Green+Blue) = 201+96+241=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #C960F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960F1 is #369F0E. Grayscale: #8F8F8F. Windows color (decimal): -3579663 or 15818953. OLE color: 15818953.

HSL color Cylindrical-coordinate representation of color #C960F1: hue angle of 283.45º 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 #C960F1 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 96 241 -
CMYK 0.17 0.60 0 0.05
HSL 283.45º 0.84% 0.66% -
HSV(B) 283.45º 0.6% 0.95% -
XYZ 44.15 27.13 86.13 -
YUV 143.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 201 96 241 0.17 0.60 0 0.05 283.45 0.84 0.66
Hex C9 60 F1 11 3C 0 5 11B 54 42
Octal 311 140 361 21 74 0 5 433 124 102
Binary 11001001 1100000 11110001 10001 111100 0 101 100011011 1010100 1000010

Color Harmonies of #C960F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960F1

Black with #C960F1

Text Example


Text Example

White with #C960F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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