Html Css Color HEX #C276EB Heliotrope

📋 copy color: '#C276EB'

red 194 ◦ green 118 ◦ blue 235

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

Shades of Heliotrope #C276EB

Tints of Heliotrope #C276EB

RGB

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

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

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

R = 35.47%
G = 21.57%
B = 42.96%

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

#C276EB (or 0xC276EB) is known color: Heliotrope. HEX triplet: C2, 76 and EB. RGB value is (194,118,235). Sum of RGB (Red+Green+Blue) = 194+118+235=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #C276EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276EB is #3D8914. Grayscale: #999999. Windows color (decimal): -4032789 or 15431362. OLE color: 15431362.

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

Color convert

RGB 194 118 235 -
CMYK 0.17 0.50 0 0.08
HSL 278.97º 0.75% 0.69% -
HSV(B) 278.97º 0.5% 0.92% -
XYZ 43.72 30.42 82.17 -
YUV 154.06 173.68 156.49 -
System Red Green Blue C M Y K H S L
Decimal 194 118 235 0.17 0.50 0 0.08 278.97 0.75 0.69
Hex C2 76 EB 11 32 0 8 117 4B 45
Octal 302 166 353 21 62 0 10 427 113 105
Binary 11000010 1110110 11101011 10001 110010 0 1000 100010111 1001011 1000101

Color Harmonies of #C276EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276EB

Black with #C276EB

Text Example


Text Example

White with #C276EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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