Html Css Color HEX #C277FB Heliotrope

📋 copy color: '#C277FB'

red 194 ◦ green 119 ◦ blue 251

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

Shades of Heliotrope #C277FB

Tints of Heliotrope #C277FB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.1%

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 34.4%
G = 21.1%
B = 44.5%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C277FB (or 0xC277FB) is known color: Heliotrope. HEX triplet: C2, 77 and FB. RGB value is (194,119,251). Sum of RGB (Red+Green+Blue) = 194+119+251=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 119 (46.88% from 255 or 21.10% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C277FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C277FB is #3D8804. Grayscale: #9C9C9C. Windows color (decimal): -4032517 or 16480194. OLE color: 16480194.

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

Color convert

RGB 194 119 251 -
CMYK 0.23 0.53 0 0.02
HSL 274.09º 0.94% 0.73% -
HSV(B) 274.09º 0.53% 0.98% -
XYZ 46.26 31.63 94.93 -
YUV 156.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 194 119 251 0.23 0.53 0 0.02 274.09 0.94 0.73
Hex C2 77 FB 17 35 0 2 112 5E 49
Octal 302 167 373 27 65 0 2 422 136 111
Binary 11000010 1110111 11111011 10111 110101 0 10 100010010 1011110 1001001

Color Harmonies of #C277FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277FB

Black with #C277FB

Text Example


Text Example

White with #C277FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277FB; }

 p { color: rgb(194,119,251); }

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

background-color css

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

 a { background-color: rgb(194,119,251); }

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

border-color css

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

 span { border-color: rgb(194,119,251); }

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