Html Css Color HEX #C077DA Medium Orchid

📋 copy color: '#C077DA'

red 192 ◦ green 119 ◦ blue 218

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

Shades of Medium Orchid #C077DA

Tints of Medium Orchid #C077DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.21%

R = 36.29%
G = 22.5%
B = 41.21%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C077DA (or 0xC077DA) is known color: Medium Orchid. HEX triplet: C0, 77 and DA. RGB value is (192,119,218). Sum of RGB (Red+Green+Blue) = 192+119+218=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 119 (46.88% from 255 or 22.50% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #C077DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C077DA is #3F8825. Grayscale: #979797. Windows color (decimal): -4163622 or 14317504. OLE color: 14317504.

HSL color Cylindrical-coordinate representation of color #C077DA: hue angle of 284.24º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C077DA is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 119 218 -
CMYK 0.12 0.45 0 0.15
HSL 284.24º 0.57% 0.66% -
HSV(B) 284.24º 0.45% 0.85% -
XYZ 40.99 29.46 69.86 -
YUV 152.11 165.18 156.45 -
System Red Green Blue C M Y K H S L
Decimal 192 119 218 0.12 0.45 0 0.15 284.24 0.57 0.66
Hex C0 77 DA C 2D 0 F 11C 39 42
Octal 300 167 332 14 55 0 17 434 71 102
Binary 11000000 1110111 11011010 1100 101101 0 1111 100011100 111001 1000010

Color Harmonies of #C077DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077DA

Black with #C077DA

Text Example


Text Example

White with #C077DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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