Html Css Color HEX #C963F9 Heliotrope

📋 copy color: '#C963F9'

red 201 ◦ green 99 ◦ blue 249

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

Shades of Heliotrope #C963F9

Tints of Heliotrope #C963F9

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.03%

 BLUE value IS 249 (97.66% from 255) = 45.36%

R = 36.61%
G = 18.03%
B = 45.36%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C963F9 (or 0xC963F9) is known color: Heliotrope. HEX triplet: C9, 63 and F9. RGB value is (201,99,249). Sum of RGB (Red+Green+Blue) = 201+99+249=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 99 (39.06% from 255 or 18.03% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #C963F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963F9 is #369C06. Grayscale: #929292. Windows color (decimal): -3578887 or 16344009. OLE color: 16344009.

HSL color Cylindrical-coordinate representation of color #C963F9: hue angle of 280.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C963F9 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 99 249 -
CMYK 0.19 0.60 0 0.02
HSL 280.8º 0.93% 0.68% -
HSV(B) 280.8º 0.6% 0.98% -
XYZ 45.65 28.18 92.66 -
YUV 146.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 201 99 249 0.19 0.60 0 0.02 280.8 0.93 0.68
Hex C9 63 F9 13 3C 0 2 119 5D 44
Octal 311 143 371 23 74 0 2 431 135 104
Binary 11001001 1100011 11111001 10011 111100 0 10 100011001 1011101 1000100

Color Harmonies of #C963F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963F9

Black with #C963F9

Text Example


Text Example

White with #C963F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963F9; }

 p { color: rgb(201,99,249); }

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

background-color css

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

 a { background-color: rgb(201,99,249); }

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

border-color css

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

 span { border-color: rgb(201,99,249); }

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