Html Css Color HEX #C376EA Heliotrope

📋 copy color: '#C376EA'

red 195 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #C376EA

Tints of Heliotrope #C376EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.78%

R = 35.65%
G = 21.57%
B = 42.78%

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

#C376EA (or 0xC376EA) is known color: Heliotrope. HEX triplet: C3, 76 and EA. RGB value is (195,118,234). Sum of RGB (Red+Green+Blue) = 195+118+234=547 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.65% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C376EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376EA is #3C8915. Grayscale: #999999. Windows color (decimal): -3967254 or 15365827. OLE color: 15365827.

HSL color Cylindrical-coordinate representation of color #C376EA: hue angle of 279.83º degrees, saturation: 0.73, 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 #C376EA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 195 118 234 -
CMYK 0.17 0.50 0 0.08
HSL 279.83º 0.73% 0.69% -
HSV(B) 279.83º 0.5% 0.92% -
XYZ 43.84 30.5 81.42 -
YUV 154.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 195 118 234 0.17 0.50 0 0.08 279.83 0.73 0.69
Hex C3 76 EA 11 32 0 8 118 49 45
Octal 303 166 352 21 62 0 10 430 111 105
Binary 11000011 1110110 11101010 10001 110010 0 1000 100011000 1001001 1000101

Color Harmonies of #C376EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376EA

Black with #C376EA

Text Example


Text Example

White with #C376EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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