Html Css Color HEX #C376EB Heliotrope

📋 copy color: '#C376EB'

red 195 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #C376EB

Tints of Heliotrope #C376EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 35.58%
G = 21.53%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C376EB (or 0xC376EB) is known color: Heliotrope. HEX triplet: C3, 76 and EB. RGB value is (195,118,235). Sum of RGB (Red+Green+Blue) = 195+118+235=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #C376EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376EB is #3C8914. Grayscale: #999999. Windows color (decimal): -3967253 or 15431363. OLE color: 15431363.

HSL color Cylindrical-coordinate representation of color #C376EB: hue angle of 279.49º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C376EB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 118 235 -
CMYK 0.17 0.50 0 0.08
HSL 279.49º 0.75% 0.69% -
HSV(B) 279.49º 0.5% 0.92% -
XYZ 43.98 30.56 82.18 -
YUV 154.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 195 118 235 0.17 0.50 0 0.08 279.49 0.75 0.69
Hex C3 76 EB 11 32 0 8 117 4B 45
Octal 303 166 353 21 62 0 10 427 113 105
Binary 11000011 1110110 11101011 10001 110010 0 1000 100010111 1001011 1000101

Color Harmonies of #C376EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376EB

Black with #C376EB

Text Example


Text Example

White with #C376EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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