Html Css Color HEX #C276FC Heliotrope

📋 copy color: '#C276FC'

red 194 ◦ green 118 ◦ blue 252

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

Shades of Heliotrope #C276FC

Tints of Heliotrope #C276FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 34.4%
G = 20.92%
B = 44.68%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C276FC (or 0xC276FC) is known color: Heliotrope. HEX triplet: C2, 76 and FC. RGB value is (194,118,252). Sum of RGB (Red+Green+Blue) = 194+118+252=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C276FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C276FC is #3D8903. Grayscale: #9B9B9B. Windows color (decimal): -4032772 or 16545474. OLE color: 16545474.

HSL color Cylindrical-coordinate representation of color #C276FC: hue angle of 274.03º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C276FC is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 118 252 -
CMYK 0.23 0.53 0 0.01
HSL 274.03º 0.96% 0.73% -
HSV(B) 274.03º 0.53% 0.99% -
XYZ 46.3 31.45 95.73 -
YUV 156 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 194 118 252 0.23 0.53 0 0.01 274.03 0.96 0.73
Hex C2 76 FC 17 35 0 1 112 60 49
Octal 302 166 374 27 65 0 1 422 140 111
Binary 11000010 1110110 11111100 10111 110101 0 1 100010010 1100000 1001001

Color Harmonies of #C276FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C276FC

Black with #C276FC

Text Example


Text Example

White with #C276FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C276FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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