Html Css Color HEX #C077DC Medium Orchid

📋 copy color: '#C077DC'

red 192 ◦ green 119 ◦ blue 220

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

Shades of Medium Orchid #C077DC

Tints of Medium Orchid #C077DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.43%

R = 36.16%
G = 22.41%
B = 41.43%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C077DC (or 0xC077DC) is known color: Medium Orchid. HEX triplet: C0, 77 and DC. RGB value is (192,119,220). Sum of RGB (Red+Green+Blue) = 192+119+220=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #C077DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DC is #3F8823. Grayscale: #989898. Windows color (decimal): -4163620 or 14448576. OLE color: 14448576.

HSL color Cylindrical-coordinate representation of color #C077DC: hue angle of 283.37º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C077DC is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 119 220 -
CMYK 0.13 0.46 0 0.14
HSL 283.37º 0.59% 0.66% -
HSV(B) 283.37º 0.46% 0.86% -
XYZ 41.25 29.57 71.24 -
YUV 152.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 192 119 220 0.13 0.46 0 0.14 283.37 0.59 0.66
Hex C0 77 DC D 2E 0 E 11B 3B 42
Octal 300 167 334 15 56 0 16 433 73 102
Binary 11000000 1110111 11011100 1101 101110 0 1110 100011011 111011 1000010

Color Harmonies of #C077DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077DC

Black with #C077DC

Text Example


Text Example

White with #C077DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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