Html Css Color HEX #C960EF Heliotrope

📋 copy color: '#C960EF'

red 201 ◦ green 96 ◦ blue 239

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

Shades of Heliotrope #C960EF

Tints of Heliotrope #C960EF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.91%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 37.5%
G = 17.91%
B = 44.59%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C960EF (or 0xC960EF) is known color: Heliotrope. HEX triplet: C9, 60 and EF. RGB value is (201,96,239). Sum of RGB (Red+Green+Blue) = 201+96+239=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C960EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C960EF is #369F10. Grayscale: #8F8F8F. Windows color (decimal): -3579665 or 15687881. OLE color: 15687881.

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

Color convert

RGB 201 96 239 -
CMYK 0.16 0.60 0 0.06
HSL 284.06º 0.82% 0.66% -
HSV(B) 284.06º 0.6% 0.94% -
XYZ 43.85 27.02 84.56 -
YUV 143.7 181.79 168.87 -
System Red Green Blue C M Y K H S L
Decimal 201 96 239 0.16 0.60 0 0.06 284.06 0.82 0.66
Hex C9 60 EF 10 3C 0 6 11C 52 42
Octal 311 140 357 20 74 0 6 434 122 102
Binary 11001001 1100000 11101111 10000 111100 0 110 100011100 1010010 1000010

Color Harmonies of #C960EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C960EF

Black with #C960EF

Text Example


Text Example

White with #C960EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C960EF; }

 p { color: rgb(201,96,239); }

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

background-color css

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

 a { background-color: rgb(201,96,239); }

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

border-color css

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

 span { border-color: rgb(201,96,239); }

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