Html Css Color HEX #C077DB Medium Orchid

📋 copy color: '#C077DB'

red 192 ◦ green 119 ◦ blue 219

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

Shades of Medium Orchid #C077DB

Tints of Medium Orchid #C077DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.32%

R = 36.23%
G = 22.45%
B = 41.32%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C077DB (or 0xC077DB) is known color: Medium Orchid. HEX triplet: C0, 77 and DB. RGB value is (192,119,219). Sum of RGB (Red+Green+Blue) = 192+119+219=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #C077DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DB is #3F8824. Grayscale: #979797. Windows color (decimal): -4163621 or 14383040. OLE color: 14383040.

HSL color Cylindrical-coordinate representation of color #C077DB: hue angle of 283.8º degrees, saturation: 0.58, 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 #C077DB is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 119 219 -
CMYK 0.12 0.46 0 0.14
HSL 283.8º 0.58% 0.66% -
HSV(B) 283.8º 0.46% 0.86% -
XYZ 41.12 29.51 70.55 -
YUV 152.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 192 119 219 0.12 0.46 0 0.14 283.8 0.58 0.66
Hex C0 77 DB C 2E 0 E 11C 3A 42
Octal 300 167 333 14 56 0 16 434 72 102
Binary 11000000 1110111 11011011 1100 101110 0 1110 100011100 111010 1000010

Color Harmonies of #C077DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077DB

Black with #C077DB

Text Example


Text Example

White with #C077DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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