Html Css Color HEX #C277E0 Medium Orchid

📋 copy color: '#C277E0'

red 194 ◦ green 119 ◦ blue 224

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

Shades of Medium Orchid #C277E0

Tints of Medium Orchid #C277E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.71%

R = 36.13%
G = 22.16%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C277E0 (or 0xC277E0) is known color: Medium Orchid. HEX triplet: C2, 77 and E0. RGB value is (194,119,224). Sum of RGB (Red+Green+Blue) = 194+119+224=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #C277E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C277E0 is #3D881F. Grayscale: #999999. Windows color (decimal): -4032544 or 14710722. OLE color: 14710722.

HSL color Cylindrical-coordinate representation of color #C277E0: hue angle of 282.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C277E0 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 119 224 -
CMYK 0.13 0.47 0 0.12
HSL 282.86º 0.63% 0.67% -
HSV(B) 282.86º 0.47% 0.88% -
XYZ 42.3 30.04 74.09 -
YUV 153.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 194 119 224 0.13 0.47 0 0.12 282.86 0.63 0.67
Hex C2 77 E0 D 2F 0 C 11B 3F 43
Octal 302 167 340 15 57 0 14 433 77 103
Binary 11000010 1110111 11100000 1101 101111 0 1100 100011011 111111 1000011

Color Harmonies of #C277E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C277E0

Black with #C277E0

Text Example


Text Example

White with #C277E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C277E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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