Html Css Color HEX #C964FA Heliotrope

📋 copy color: '#C964FA'

red 201 ◦ green 100 ◦ blue 250

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

Shades of Heliotrope #C964FA

Tints of Heliotrope #C964FA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 18.15%

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

R = 36.48%
G = 18.15%
B = 45.37%

CMYK

 C value IS 0.20

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C964FA (or 0xC964FA) is known color: Heliotrope. HEX triplet: C9, 64 and FA. RGB value is (201,100,250). Sum of RGB (Red+Green+Blue) = 201+100+250=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 100 (39.45% from 255 or 18.15% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #C964FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C964FA is #369B05. Grayscale: #929292. Windows color (decimal): -3578630 or 16409801. OLE color: 16409801.

HSL color Cylindrical-coordinate representation of color #C964FA: hue angle of 280.4º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C964FA is Cyan = 0.20, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 100 250 -
CMYK 0.20 0.6 0 0.02
HSL 280.4º 0.94% 0.69% -
HSV(B) 280.4º 0.6% 0.98% -
XYZ 45.9 28.43 93.51 -
YUV 147.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 201 100 250 0.20 0.6 0 0.02 280.4 0.94 0.69
Hex C9 64 FA 14 3C 0 2 118 5E 45
Octal 311 144 372 24 74 0 2 430 136 105
Binary 11001001 1100100 11111010 10100 111100 0 10 100011000 1011110 1000101

Color Harmonies of #C964FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C964FA

Black with #C964FA

Text Example


Text Example

White with #C964FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C964FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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