Html Css Color HEX #C476FA Heliotrope

📋 copy color: '#C476FA'

red 196 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #C476FA

Tints of Heliotrope #C476FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.92%

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

R = 34.75%
G = 20.92%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C476FA (or 0xC476FA) is known color: Heliotrope. HEX triplet: C4, 76 and FA. RGB value is (196,118,250). Sum of RGB (Red+Green+Blue) = 196+118+250=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C476FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C476FA is #3B8905. Grayscale: #9B9B9B. Windows color (decimal): -3901702 or 16414404. OLE color: 16414404.

HSL color Cylindrical-coordinate representation of color #C476FA: hue angle of 275.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C476FA is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 118 250 -
CMYK 0.22 0.53 0 0.02
HSL 275.45º 0.93% 0.72% -
HSV(B) 275.45º 0.53% 0.98% -
XYZ 46.5 31.59 94.09 -
YUV 156.37 180.84 156.27 -
System Red Green Blue C M Y K H S L
Decimal 196 118 250 0.22 0.53 0 0.02 275.45 0.93 0.72
Hex C4 76 FA 16 35 0 2 113 5D 48
Octal 304 166 372 26 65 0 2 423 135 110
Binary 11000100 1110110 11111010 10110 110101 0 10 100010011 1011101 1001000

Color Harmonies of #C476FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C476FA

Black with #C476FA

Text Example


Text Example

White with #C476FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C476FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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