Html Css Color HEX #C963FF Heliotrope

📋 copy color: '#C963FF'

red 201 ◦ green 99 ◦ blue 255

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

Shades of Heliotrope #C963FF

Tints of Heliotrope #C963FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.95%

R = 36.22%
G = 17.84%
B = 45.95%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C963FF (or 0xC963FF) is known color: Heliotrope. HEX triplet: C9, 63 and FF. RGB value is (201,99,255). Sum of RGB (Red+Green+Blue) = 201+99+255=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 99 (39.06% from 255 or 17.84% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #C963FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FF is #369C00. Grayscale: #929292. Windows color (decimal): -3578881 or 16737225. OLE color: 16737225.

HSL color Cylindrical-coordinate representation of color #C963FF: hue angle of 279.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C963FF is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 99 255 -
CMYK 0.21 0.61 0 0
HSL 279.23º 1% 0.69% -
HSV(B) 279.23º 0.61% 1% -
XYZ 46.6 28.56 97.66 -
YUV 147.28 188.79 166.32 -
System Red Green Blue C M Y K H S L
Decimal 201 99 255 0.21 0.61 0 0 279.23 1 0.69
Hex C9 63 FF 15 3D 0 0 117 64 45
Octal 311 143 377 25 75 0 0 427 144 105
Binary 11001001 1100011 11111111 10101 111101 0 0 100010111 1100100 1000101

Color Harmonies of #C963FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963FF

Black with #C963FF

Text Example


Text Example

White with #C963FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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