Html Css Color HEX #C077D7 Medium Orchid

📋 copy color: '#C077D7'

red 192 ◦ green 119 ◦ blue 215

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

Shades of Medium Orchid #C077D7

Tints of Medium Orchid #C077D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.87%

R = 36.5%
G = 22.62%
B = 40.87%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C077D7 (or 0xC077D7) is known color: Medium Orchid. HEX triplet: C0, 77 and D7. RGB value is (192,119,215). Sum of RGB (Red+Green+Blue) = 192+119+215=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 119 (46.88% from 255 or 22.62% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #C077D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077D7 is #3F8828. Grayscale: #979797. Windows color (decimal): -4163625 or 14120896. OLE color: 14120896.

HSL color Cylindrical-coordinate representation of color #C077D7: hue angle of 285.62º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C077D7 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 119 215 -
CMYK 0.11 0.45 0 0.16
HSL 285.63º 0.55% 0.65% -
HSV(B) 285.63º 0.45% 0.84% -
XYZ 40.6 29.31 67.81 -
YUV 151.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 192 119 215 0.11 0.45 0 0.16 285.63 0.55 0.65
Hex C0 77 D7 B 2D 0 10 11E 37 41
Octal 300 167 327 13 55 0 20 436 67 101
Binary 11000000 1110111 11010111 1011 101101 0 10000 100011110 110111 1000001

Color Harmonies of #C077D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077D7

Black with #C077D7

Text Example


Text Example

White with #C077D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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