Html Css Color HEX #C960FE Heliotrope

📋 copy color: '#C960FE'

red 201 ◦ green 96 ◦ blue 254

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

Shades of Heliotrope #C960FE

Tints of Heliotrope #C960FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 36.48%
G = 17.42%
B = 46.1%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C960FE (or 0xC960FE) is known color: Heliotrope. HEX triplet: C9, 60 and FE. RGB value is (201,96,254). Sum of RGB (Red+Green+Blue) = 201+96+254=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 96 (37.89% from 255 or 17.42% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #C960FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960FE is #369F01. Grayscale: #909090. Windows color (decimal): -3579650 or 16670921. OLE color: 16670921.

HSL color Cylindrical-coordinate representation of color #C960FE: hue angle of 279.87º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C960FE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 96 254 -
CMYK 0.21 0.62 0 0.00
HSL 279.87º 0.99% 0.69% -
HSV(B) 279.87º 0.62% 1% -
XYZ 46.16 27.94 96.73 -
YUV 145.41 189.29 167.65 -
System Red Green Blue C M Y K H S L
Decimal 201 96 254 0.21 0.62 0 0.00 279.87 0.99 0.69
Hex C9 60 FE 15 3E 0 0 118 63 45
Octal 311 140 376 25 76 0 0 430 143 105
Binary 11001001 1100000 11111110 10101 111110 0 0 100011000 1100011 1000101

Color Harmonies of #C960FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960FE

Black with #C960FE

Text Example


Text Example

White with #C960FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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