Html Css Color HEX #C463FA Heliotrope

📋 copy color: '#C463FA'

red 196 ◦ green 99 ◦ blue 250

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

Shades of Heliotrope #C463FA

Tints of Heliotrope #C463FA

RGB

 RED value IS 196 (76.95% from 255) = 35.96%

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

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

R = 35.96%
G = 18.17%
B = 45.87%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C463FA (or 0xC463FA) is known color: Heliotrope. HEX triplet: C4, 63 and FA. RGB value is (196,99,250). Sum of RGB (Red+Green+Blue) = 196+99+250=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #C463FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C463FA is #3B9C05. Grayscale: #909090. Windows color (decimal): -3906566 or 16409540. OLE color: 16409540.

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

Color convert

RGB 196 99 250 -
CMYK 0.22 0.60 0 0.02
HSL 278.54º 0.94% 0.68% -
HSV(B) 278.54º 0.6% 0.98% -
XYZ 44.48 27.56 93.42 -
YUV 145.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 196 99 250 0.22 0.60 0 0.02 278.54 0.94 0.68
Hex C4 63 FA 16 3C 0 2 117 5E 44
Octal 304 143 372 26 74 0 2 427 136 104
Binary 11000100 1100011 11111010 10110 111100 0 10 100010111 1011110 1000100

Color Harmonies of #C463FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C463FA

Black with #C463FA

Text Example


Text Example

White with #C463FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C463FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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