Html Css Color HEX #C277EB Heliotrope

📋 copy color: '#C277EB'

red 194 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #C277EB

Tints of Heliotrope #C277EB

RGB

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

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

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

R = 35.4%
G = 21.72%
B = 42.88%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C277EB (or 0xC277EB) is known color: Heliotrope. HEX triplet: C2, 77 and EB. RGB value is (194,119,235). Sum of RGB (Red+Green+Blue) = 194+119+235=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #C277EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C277EB is #3D8814. Grayscale: #9A9A9A. Windows color (decimal): -4032533 or 15431618. OLE color: 15431618.

HSL color Cylindrical-coordinate representation of color #C277EB: hue angle of 278.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C277EB is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 119 235 -
CMYK 0.17 0.49 0 0.08
HSL 278.79º 0.74% 0.69% -
HSV(B) 278.79º 0.49% 0.92% -
XYZ 43.84 30.66 82.2 -
YUV 154.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 194 119 235 0.17 0.49 0 0.08 278.79 0.74 0.69
Hex C2 77 EB 11 31 0 8 117 4A 45
Octal 302 167 353 21 61 0 10 427 112 105
Binary 11000010 1110111 11101011 10001 110001 0 1000 100010111 1001010 1000101

Color Harmonies of #C277EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277EB

Black with #C277EB

Text Example


Text Example

White with #C277EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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