Html Css Color HEX #C077E5 Medium Orchid

📋 copy color: '#C077E5'

red 192 ◦ green 119 ◦ blue 229

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

Shades of Medium Orchid #C077E5

Tints of Medium Orchid #C077E5

RGB

 RED value IS 192 (75.39% from 255) = 35.56%

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

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

R = 35.56%
G = 22.04%
B = 42.41%

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

#C077E5 (or 0xC077E5) is known color: Medium Orchid. HEX triplet: C0, 77 and E5. RGB value is (192,119,229). Sum of RGB (Red+Green+Blue) = 192+119+229=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #C077E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077E5 is #3F881A. Grayscale: #999999. Windows color (decimal): -4163611 or 15038400. OLE color: 15038400.

HSL color Cylindrical-coordinate representation of color #C077E5: hue angle of 279.82º 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 #C077E5 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 119 229 -
CMYK 0.16 0.48 0 0.10
HSL 279.82º 0.68% 0.68% -
HSV(B) 279.82º 0.48% 0.9% -
XYZ 42.48 30.06 77.69 -
YUV 153.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 192 119 229 0.16 0.48 0 0.10 279.82 0.68 0.68
Hex C0 77 E5 10 30 0 A 118 44 44
Octal 300 167 345 20 60 0 12 430 104 104
Binary 11000000 1110111 11100101 10000 110000 0 1010 100011000 1000100 1000100

Color Harmonies of #C077E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077E5

Black with #C077E5

Text Example


Text Example

White with #C077E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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