Html Css Color HEX #C960FA Heliotrope

📋 copy color: '#C960FA'

red 201 ◦ green 96 ◦ blue 250

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

Shades of Heliotrope #C960FA

Tints of Heliotrope #C960FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 36.75%
G = 17.55%
B = 45.7%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C960FA (or 0xC960FA) is known color: Heliotrope. HEX triplet: C9, 60 and FA. RGB value is (201,96,250). Sum of RGB (Red+Green+Blue) = 201+96+250=547 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.75% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #C960FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FA is #369F05. Grayscale: #909090. Windows color (decimal): -3579654 or 16408777. OLE color: 16408777.

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

Color convert

RGB 201 96 250 -
CMYK 0.20 0.62 0 0.02
HSL 280.91º 0.94% 0.68% -
HSV(B) 280.91º 0.62% 0.98% -
XYZ 45.53 27.69 93.39 -
YUV 144.95 187.29 167.98 -
System Red Green Blue C M Y K H S L
Decimal 201 96 250 0.20 0.62 0 0.02 280.91 0.94 0.68
Hex C9 60 FA 14 3E 0 2 119 5E 44
Octal 311 140 372 24 76 0 2 431 136 104
Binary 11001001 1100000 11111010 10100 111110 0 10 100011001 1011110 1000100

Color Harmonies of #C960FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960FA

Black with #C960FA

Text Example


Text Example

White with #C960FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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