Html Css Color HEX #C276EC Heliotrope

📋 copy color: '#C276EC'

red 194 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #C276EC

Tints of Heliotrope #C276EC

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

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

 BLUE value IS 236 (92.58% from 255) = 43.07%

R = 35.4%
G = 21.53%
B = 43.07%

CMYK

 C value IS 0.18

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C276EC (or 0xC276EC) is known color: Heliotrope. HEX triplet: C2, 76 and EC. RGB value is (194,118,236). Sum of RGB (Red+Green+Blue) = 194+118+236=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 118 (46.48% from 255 or 21.53% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #C276EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276EC is #3D8913. Grayscale: #999999. Windows color (decimal): -4032788 or 15496898. OLE color: 15496898.

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

Color convert

RGB 194 118 236 -
CMYK 0.18 0.5 0 0.07
HSL 278.64º 0.76% 0.69% -
HSV(B) 278.64º 0.5% 0.93% -
XYZ 43.87 30.48 82.93 -
YUV 154.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 194 118 236 0.18 0.5 0 0.07 278.64 0.76 0.69
Hex C2 76 EC 12 32 0 7 117 4C 45
Octal 302 166 354 22 62 0 7 427 114 105
Binary 11000010 1110110 11101100 10010 110010 0 111 100010111 1001100 1000101

Color Harmonies of #C276EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276EC

Black with #C276EC

Text Example


Text Example

White with #C276EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276EC; }

 p { color: rgb(194,118,236); }

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

background-color css

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

 a { background-color: rgb(194,118,236); }

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

border-color css

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

 span { border-color: rgb(194,118,236); }

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