Html Css Color HEX #C177E5 Medium Orchid

📋 copy color: '#C177E5'

red 193 ◦ green 119 ◦ blue 229

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

Shades of Medium Orchid #C177E5

Tints of Medium Orchid #C177E5

RGB

 RED value IS 193 (75.78% from 255) = 35.67%

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

 BLUE value IS 229 (89.84% from 255) = 42.33%

R = 35.67%
G = 22%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C177E5 (or 0xC177E5) is known color: Medium Orchid. HEX triplet: C1, 77 and E5. RGB value is (193,119,229). Sum of RGB (Red+Green+Blue) = 193+119+229=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #C177E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C177E5 is #3E881A. Grayscale: #999999. Windows color (decimal): -4098075 or 15038401. OLE color: 15038401.

HSL color Cylindrical-coordinate representation of color #C177E5: hue angle of 280.36º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C177E5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 119 229 -
CMYK 0.16 0.48 0 0.10
HSL 280.36º 0.68% 0.68% -
HSV(B) 280.36º 0.48% 0.9% -
XYZ 42.73 30.19 77.7 -
YUV 153.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 193 119 229 0.16 0.48 0 0.10 280.36 0.68 0.68
Hex C1 77 E5 10 30 0 A 118 44 44
Octal 301 167 345 20 60 0 12 430 104 104
Binary 11000001 1110111 11100101 10000 110000 0 1010 100011000 1000100 1000100

Color Harmonies of #C177E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C177E5

Black with #C177E5

Text Example


Text Example

White with #C177E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C177E5; }

 p { color: rgb(193,119,229); }

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

background-color css

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

 a { background-color: rgb(193,119,229); }

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

border-color css

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

 span { border-color: rgb(193,119,229); }

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