Html Css Color HEX #C961FA Heliotrope

📋 copy color: '#C961FA'

red 201 ◦ green 97 ◦ blue 250

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

Shades of Heliotrope #C961FA

Tints of Heliotrope #C961FA

RGB

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

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

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

R = 36.68%
G = 17.7%
B = 45.62%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C961FA (or 0xC961FA) is known color: Heliotrope. HEX triplet: C9, 61 and FA. RGB value is (201,97,250). Sum of RGB (Red+Green+Blue) = 201+97+250=548 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.68% from 548); Green value is 97 (38.28% from 255 or 17.70% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C961FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961FA is #369E05. Grayscale: #919191. Windows color (decimal): -3579398 or 16409033. OLE color: 16409033.

HSL color Cylindrical-coordinate representation of color #C961FA: hue angle of 280.78º degrees, saturation: 0.94, 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 #C961FA is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 97 250 -
CMYK 0.20 0.61 0 0.02
HSL 280.78º 0.94% 0.68% -
HSV(B) 280.78º 0.61% 0.98% -
XYZ 45.62 27.87 93.42 -
YUV 145.54 186.96 167.56 -
System Red Green Blue C M Y K H S L
Decimal 201 97 250 0.20 0.61 0 0.02 280.78 0.94 0.68
Hex C9 61 FA 14 3D 0 2 119 5E 44
Octal 311 141 372 24 75 0 2 431 136 104
Binary 11001001 1100001 11111010 10100 111101 0 10 100011001 1011110 1000100

Color Harmonies of #C961FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961FA

Black with #C961FA

Text Example


Text Example

White with #C961FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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