Html Css Color HEX #C376FE Heliotrope

📋 copy color: '#C376FE'

red 195 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #C376FE

Tints of Heliotrope #C376FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 34.39%
G = 20.81%
B = 44.8%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C376FE (or 0xC376FE) is known color: Heliotrope. HEX triplet: C3, 76 and FE. RGB value is (195,118,254). Sum of RGB (Red+Green+Blue) = 195+118+254=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #C376FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FE is #3C8901. Grayscale: #9C9C9C. Windows color (decimal): -3967234 or 16676547. OLE color: 16676547.

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

Color convert

RGB 195 118 254 -
CMYK 0.23 0.54 0 0.00
HSL 273.97º 0.99% 0.73% -
HSV(B) 273.97º 0.54% 1% -
XYZ 46.87 31.71 97.42 -
YUV 156.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 195 118 254 0.23 0.54 0 0.00 273.97 0.99 0.73
Hex C3 76 FE 17 36 0 0 112 63 49
Octal 303 166 376 27 66 0 0 422 143 111
Binary 11000011 1110110 11111110 10111 110110 0 0 100010010 1100011 1001001

Color Harmonies of #C376FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376FE

Black with #C376FE

Text Example


Text Example

White with #C376FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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