Html Css Color HEX #C376FA Heliotrope

📋 copy color: '#C376FA'

red 195 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #C376FA

Tints of Heliotrope #C376FA

RGB

 RED value IS 195 (76.56% from 255) = 34.64%

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

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

R = 34.64%
G = 20.96%
B = 44.4%

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

#C376FA (or 0xC376FA) is known color: Heliotrope. HEX triplet: C3, 76 and FA. RGB value is (195,118,250). Sum of RGB (Red+Green+Blue) = 195+118+250=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 118 (46.48% from 255 or 20.96% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C376FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FA is #3C8905. Grayscale: #9B9B9B. Windows color (decimal): -3967238 or 16414403. OLE color: 16414403.

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

Color convert

RGB 195 118 250 -
CMYK 0.22 0.53 0 0.02
HSL 275º 0.93% 0.72% -
HSV(B) 275º 0.53% 0.98% -
XYZ 46.24 31.46 94.08 -
YUV 156.07 181.01 155.77 -
System Red Green Blue C M Y K H S L
Decimal 195 118 250 0.22 0.53 0 0.02 275 0.93 0.72
Hex C3 76 FA 16 35 0 2 113 5D 48
Octal 303 166 372 26 65 0 2 423 135 110
Binary 11000011 1110110 11111010 10110 110101 0 10 100010011 1011101 1001000

Color Harmonies of #C376FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376FA

Black with #C376FA

Text Example


Text Example

White with #C376FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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