Html Css Color HEX #C376FC Heliotrope

📋 copy color: '#C376FC'

red 195 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #C376FC

Tints of Heliotrope #C376FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.6%

R = 34.51%
G = 20.88%
B = 44.6%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C376FC (or 0xC376FC) is known color: Heliotrope. HEX triplet: C3, 76 and FC. RGB value is (195,118,252). Sum of RGB (Red+Green+Blue) = 195+118+252=565 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.51% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C376FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FC is #3C8903. Grayscale: #9B9B9B. Windows color (decimal): -3967236 or 16545475. OLE color: 16545475.

HSL color Cylindrical-coordinate representation of color #C376FC: hue angle of 274.48º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C376FC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 118 252 -
CMYK 0.23 0.53 0 0.01
HSL 274.48º 0.96% 0.73% -
HSV(B) 274.48º 0.53% 0.99% -
XYZ 46.55 31.59 95.74 -
YUV 156.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 195 118 252 0.23 0.53 0 0.01 274.48 0.96 0.73
Hex C3 76 FC 17 35 0 1 112 60 49
Octal 303 166 374 27 65 0 1 422 140 111
Binary 11000011 1110110 11111100 10111 110101 0 1 100010010 1100000 1001001

Color Harmonies of #C376FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376FC

Black with #C376FC

Text Example


Text Example

White with #C376FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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