Html Css Color HEX #C077DE Medium Orchid

📋 copy color: '#C077DE'

red 192 ◦ green 119 ◦ blue 222

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

Shades of Medium Orchid #C077DE

Tints of Medium Orchid #C077DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.65%

R = 36.02%
G = 22.33%
B = 41.65%

CMYK

 C value IS 0.14

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C077DE (or 0xC077DE) is known color: Medium Orchid. HEX triplet: C0, 77 and DE. RGB value is (192,119,222). Sum of RGB (Red+Green+Blue) = 192+119+222=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 119 (46.88% from 255 or 22.33% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #C077DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DE is #3F8821. Grayscale: #989898. Windows color (decimal): -4163618 or 14579648. OLE color: 14579648.

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

Color convert

RGB 192 119 222 -
CMYK 0.14 0.46 0 0.13
HSL 282.52º 0.61% 0.67% -
HSV(B) 282.52º 0.46% 0.87% -
XYZ 41.52 29.67 72.65 -
YUV 152.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 192 119 222 0.14 0.46 0 0.13 282.52 0.61 0.67
Hex C0 77 DE E 2E 0 D 11B 3D 43
Octal 300 167 336 16 56 0 15 433 75 103
Binary 11000000 1110111 11011110 1110 101110 0 1101 100011011 111101 1000011

Color Harmonies of #C077DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077DE

Black with #C077DE

Text Example


Text Example

White with #C077DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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