Html Css Color HEX #C961FB Heliotrope

📋 copy color: '#C961FB'

red 201 ◦ green 97 ◦ blue 251

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

Shades of Heliotrope #C961FB

Tints of Heliotrope #C961FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 36.61%
G = 17.67%
B = 45.72%

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

#C961FB (or 0xC961FB) is known color: Heliotrope. HEX triplet: C9, 61 and FB. RGB value is (201,97,251). Sum of RGB (Red+Green+Blue) = 201+97+251=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #C961FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C961FB is #369E04. Grayscale: #919191. Windows color (decimal): -3579397 or 16474569. OLE color: 16474569.

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

Color convert

RGB 201 97 251 -
CMYK 0.20 0.61 0 0.02
HSL 280.52º 0.95% 0.68% -
HSV(B) 280.52º 0.61% 0.98% -
XYZ 45.77 27.93 94.25 -
YUV 145.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 201 97 251 0.20 0.61 0 0.02 280.52 0.95 0.68
Hex C9 61 FB 14 3D 0 2 119 5F 44
Octal 311 141 373 24 75 0 2 431 137 104
Binary 11001001 1100001 11111011 10100 111101 0 10 100011001 1011111 1000100

Color Harmonies of #C961FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C961FB

Black with #C961FB

Text Example


Text Example

White with #C961FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C961FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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