Html Css Color HEX #C073D5 Medium Orchid

📋 copy color: '#C073D5'

red 192 ◦ green 115 ◦ blue 213

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

Shades of Medium Orchid #C073D5

Tints of Medium Orchid #C073D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.96%

R = 36.92%
G = 22.12%
B = 40.96%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C073D5 (or 0xC073D5) is known color: Medium Orchid. HEX triplet: C0, 73 and D5. RGB value is (192,115,213). Sum of RGB (Red+Green+Blue) = 192+115+213=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #C073D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073D5 is #3F8C2A. Grayscale: #949494. Windows color (decimal): -4164651 or 13988800. OLE color: 13988800.

HSL color Cylindrical-coordinate representation of color #C073D5: hue angle of 287.14º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C073D5 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 115 213 -
CMYK 0.10 0.46 0 0.16
HSL 287.14º 0.54% 0.64% -
HSV(B) 287.14º 0.46% 0.84% -
XYZ 39.88 28.27 66.31 -
YUV 149.2 164.01 158.53 -
System Red Green Blue C M Y K H S L
Decimal 192 115 213 0.10 0.46 0 0.16 287.14 0.54 0.64
Hex C0 73 D5 A 2E 0 10 11F 36 40
Octal 300 163 325 12 56 0 20 437 66 100
Binary 11000000 1110011 11010101 1010 101110 0 10000 100011111 110110 1000000

Color Harmonies of #C073D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073D5

Black with #C073D5

Text Example


Text Example

White with #C073D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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