Html Css Color HEX #C073DC Medium Orchid

📋 copy color: '#C073DC'

red 192 ◦ green 115 ◦ blue 220

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

Shades of Medium Orchid #C073DC

Tints of Medium Orchid #C073DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.82%

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

R = 36.43%
G = 21.82%
B = 41.75%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C073DC (or 0xC073DC) is known color: Medium Orchid. HEX triplet: C0, 73 and DC. RGB value is (192,115,220). Sum of RGB (Red+Green+Blue) = 192+115+220=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #C073DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073DC is #3F8C23. Grayscale: #959595. Windows color (decimal): -4164644 or 14447552. OLE color: 14447552.

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

Color convert

RGB 192 115 220 -
CMYK 0.13 0.48 0 0.14
HSL 284º 0.6% 0.66% -
HSV(B) 284º 0.48% 0.86% -
XYZ 40.79 28.64 71.09 -
YUV 149.99 167.51 157.96 -
System Red Green Blue C M Y K H S L
Decimal 192 115 220 0.13 0.48 0 0.14 284 0.6 0.66
Hex C0 73 DC D 30 0 E 11C 3C 42
Octal 300 163 334 15 60 0 16 434 74 102
Binary 11000000 1110011 11011100 1101 110000 0 1110 100011100 111100 1000010

Color Harmonies of #C073DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073DC

Black with #C073DC

Text Example


Text Example

White with #C073DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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