Html Css Color HEX #C376EE Heliotrope

📋 copy color: '#C376EE'

red 195 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #C376EE

Tints of Heliotrope #C376EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.19%

R = 35.39%
G = 21.42%
B = 43.19%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C376EE (or 0xC376EE) is known color: Heliotrope. HEX triplet: C3, 76 and EE. RGB value is (195,118,238). Sum of RGB (Red+Green+Blue) = 195+118+238=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #C376EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376EE is #3C8911. Grayscale: #9A9A9A. Windows color (decimal): -3967250 or 15627971. OLE color: 15627971.

HSL color Cylindrical-coordinate representation of color #C376EE: hue angle of 278.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C376EE is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 118 238 -
CMYK 0.18 0.50 0 0.07
HSL 278.5º 0.78% 0.7% -
HSV(B) 278.5º 0.5% 0.93% -
XYZ 44.42 30.73 84.48 -
YUV 154.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 195 118 238 0.18 0.50 0 0.07 278.5 0.78 0.7
Hex C3 76 EE 12 32 0 7 116 4E 46
Octal 303 166 356 22 62 0 7 426 116 106
Binary 11000011 1110110 11101110 10010 110010 0 111 100010110 1001110 1000110

Color Harmonies of #C376EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376EE

Black with #C376EE

Text Example


Text Example

White with #C376EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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