Html Css Color HEX #C276FE Heliotrope

📋 copy color: '#C276FE'

red 194 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #C276FE

Tints of Heliotrope #C276FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.88%

R = 34.28%
G = 20.85%
B = 44.88%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C276FE (or 0xC276FE) is known color: Heliotrope. HEX triplet: C2, 76 and FE. RGB value is (194,118,254). Sum of RGB (Red+Green+Blue) = 194+118+254=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #C276FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FE is #3D8901. Grayscale: #9B9B9B. Windows color (decimal): -4032770 or 16676546. OLE color: 16676546.

HSL color Cylindrical-coordinate representation of color #C276FE: hue angle of 273.53º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C276FE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 118 254 -
CMYK 0.24 0.54 0 0.00
HSL 273.53º 0.99% 0.73% -
HSV(B) 273.53º 0.54% 1% -
XYZ 46.62 31.58 97.4 -
YUV 156.23 183.18 154.94 -
System Red Green Blue C M Y K H S L
Decimal 194 118 254 0.24 0.54 0 0.00 273.53 0.99 0.73
Hex C2 76 FE 18 36 0 0 112 63 49
Octal 302 166 376 30 66 0 0 422 143 111
Binary 11000010 1110110 11111110 11000 110110 0 0 100010010 1100011 1001001

Color Harmonies of #C276FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276FE

Black with #C276FE

Text Example


Text Example

White with #C276FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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