Html Css Color HEX #C961FE Heliotrope

📋 copy color: '#C961FE'

red 201 ◦ green 97 ◦ blue 254

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

Shades of Heliotrope #C961FE

Tints of Heliotrope #C961FE

RGB

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

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

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

R = 36.41%
G = 17.57%
B = 46.01%

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

#C961FE (or 0xC961FE) is known color: Heliotrope. HEX triplet: C9, 61 and FE. RGB value is (201,97,254). Sum of RGB (Red+Green+Blue) = 201+97+254=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 97 (38.28% from 255 or 17.57% from 552); Blue value is 254 (99.61% from 255 or 46.01% from 552); Max value from RGB is 254 - color contains mainly: blue. Hex color #C961FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961FE is #369E01. Grayscale: #919191. Windows color (decimal): -3579394 or 16671177. OLE color: 16671177.

HSL color Cylindrical-coordinate representation of color #C961FE: hue angle of 279.75º 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 #C961FE is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 97 254 -
CMYK 0.21 0.62 0 0.00
HSL 279.75º 0.99% 0.69% -
HSV(B) 279.75º 0.62% 1% -
XYZ 46.25 28.12 96.76 -
YUV 145.99 188.96 167.23 -
System Red Green Blue C M Y K H S L
Decimal 201 97 254 0.21 0.62 0 0.00 279.75 0.99 0.69
Hex C9 61 FE 15 3E 0 0 118 63 45
Octal 311 141 376 25 76 0 0 430 143 105
Binary 11001001 1100001 11111110 10101 111110 0 0 100011000 1100011 1000101

Color Harmonies of #C961FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961FE

Black with #C961FE

Text Example


Text Example

White with #C961FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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