Html Css Color HEX #C073CD Medium Orchid

📋 copy color: '#C073CD'

red 192 ◦ green 115 ◦ blue 205

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

Shades of Medium Orchid #C073CD

Tints of Medium Orchid #C073CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.04%

R = 37.5%
G = 22.46%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C073CD (or 0xC073CD) is known color: Medium Orchid. HEX triplet: C0, 73 and CD. RGB value is (192,115,205). Sum of RGB (Red+Green+Blue) = 192+115+205=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C073CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CD is #3F8C32. Grayscale: #949494. Windows color (decimal): -4164659 or 13464512. OLE color: 13464512.

HSL color Cylindrical-coordinate representation of color #C073CD: hue angle of 291.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C073CD is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 115 205 -
CMYK 0.06 0.44 0 0.20
HSL 291.33º 0.47% 0.63% -
HSV(B) 291.33º 0.44% 0.8% -
XYZ 38.89 27.88 61.09 -
YUV 148.28 160.01 159.18 -
System Red Green Blue C M Y K H S L
Decimal 192 115 205 0.06 0.44 0 0.20 291.33 0.47 0.63
Hex C0 73 CD 6 2C 0 14 123 2F 3F
Octal 300 163 315 6 54 0 24 443 57 77
Binary 11000000 1110011 11001101 110 101100 0 10100 100100011 101111 111111

Color Harmonies of #C073CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073CD

Black with #C073CD

Text Example


Text Example

White with #C073CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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