Html Css Color HEX #C963FA Heliotrope

📋 copy color: '#C963FA'

red 201 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #C963FA

Tints of Heliotrope #C963FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.45%

R = 36.55%
G = 18%
B = 45.45%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C963FA (or 0xC963FA) is known color: Heliotrope. HEX triplet: C9, 63 and FA. RGB value is (201,99,250). Sum of RGB (Red+Green+Blue) = 201+99+250=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 99 (39.06% from 255 or 18% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #C963FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C963FA is #369C05. Grayscale: #929292. Windows color (decimal): -3578886 or 16409545. OLE color: 16409545.

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

Color convert

RGB 201 99 250 -
CMYK 0.20 0.60 0 0.02
HSL 280.53º 0.94% 0.68% -
HSV(B) 280.53º 0.6% 0.98% -
XYZ 45.8 28.24 93.48 -
YUV 146.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 201 99 250 0.20 0.60 0 0.02 280.53 0.94 0.68
Hex C9 63 FA 14 3C 0 2 119 5E 44
Octal 311 143 372 24 74 0 2 431 136 104
Binary 11001001 1100011 11111010 10100 111100 0 10 100011001 1011110 1000100

Color Harmonies of #C963FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C963FA

Black with #C963FA

Text Example


Text Example

White with #C963FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C963FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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