Html Css Color HEX #C960F9 Heliotrope

📋 copy color: '#C960F9'

red 201 ◦ green 96 ◦ blue 249

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

Shades of Heliotrope #C960F9

Tints of Heliotrope #C960F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.6%

R = 36.81%
G = 17.58%
B = 45.6%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C960F9 (or 0xC960F9) is known color: Heliotrope. HEX triplet: C9, 60 and F9. RGB value is (201,96,249). Sum of RGB (Red+Green+Blue) = 201+96+249=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #C960F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960F9 is #369F06. Grayscale: #909090. Windows color (decimal): -3579655 or 16343241. OLE color: 16343241.

HSL color Cylindrical-coordinate representation of color #C960F9: hue angle of 281.18º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C960F9 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 96 249 -
CMYK 0.19 0.61 0 0.02
HSL 281.18º 0.93% 0.68% -
HSV(B) 281.18º 0.61% 0.98% -
XYZ 45.37 27.62 92.56 -
YUV 144.84 186.79 168.06 -
System Red Green Blue C M Y K H S L
Decimal 201 96 249 0.19 0.61 0 0.02 281.18 0.93 0.68
Hex C9 60 F9 13 3D 0 2 119 5D 44
Octal 311 140 371 23 75 0 2 431 135 104
Binary 11001001 1100000 11111001 10011 111101 0 10 100011001 1011101 1000100

Color Harmonies of #C960F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960F9

Black with #C960F9

Text Example


Text Example

White with #C960F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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