Html Css Color HEX #C962F0 Heliotrope

📋 copy color: '#C962F0'

red 201 ◦ green 98 ◦ blue 240

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

Shades of Heliotrope #C962F0

Tints of Heliotrope #C962F0

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.18%

 BLUE value IS 240 (94.14% from 255) = 44.53%

R = 37.29%
G = 18.18%
B = 44.53%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C962F0 (or 0xC962F0) is known color: Heliotrope. HEX triplet: C9, 62 and F0. RGB value is (201,98,240). Sum of RGB (Red+Green+Blue) = 201+98+240=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 98 (38.67% from 255 or 18.18% from 539); Blue value is 240 (94.14% from 255 or 44.53% from 539); Max value from RGB is 240 - color contains mainly: blue. Hex color #C962F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962F0 is #369D0F. Grayscale: #909090. Windows color (decimal): -3579152 or 15753929. OLE color: 15753929.

HSL color Cylindrical-coordinate representation of color #C962F0: hue angle of 283.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C962F0 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 98 240 -
CMYK 0.16 0.59 0 0.06
HSL 283.52º 0.83% 0.66% -
HSV(B) 283.52º 0.59% 0.94% -
XYZ 44.18 27.44 85.41 -
YUV 144.99 181.62 167.95 -
System Red Green Blue C M Y K H S L
Decimal 201 98 240 0.16 0.59 0 0.06 283.52 0.83 0.66
Hex C9 62 F0 10 3B 0 6 11C 53 42
Octal 311 142 360 20 73 0 6 434 123 102
Binary 11001001 1100010 11110000 10000 111011 0 110 100011100 1010011 1000010

Color Harmonies of #C962F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C962F0

Black with #C962F0

Text Example


Text Example

White with #C962F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C962F0; }

 p { color: rgb(201,98,240); }

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

background-color css

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

 a { background-color: rgb(201,98,240); }

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

border-color css

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

 span { border-color: rgb(201,98,240); }

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