Html Css Color HEX #C073E8 Medium Orchid

📋 copy color: '#C073E8'

red 192 ◦ green 115 ◦ blue 232

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

Shades of Medium Orchid #C073E8

Tints of Medium Orchid #C073E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 35.62%
G = 21.34%
B = 43.04%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C073E8 (or 0xC073E8) is known color: Medium Orchid. HEX triplet: C0, 73 and E8. RGB value is (192,115,232). Sum of RGB (Red+Green+Blue) = 192+115+232=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 232 - color contains mainly: blue. Hex color #C073E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073E8 is #3F8C17. Grayscale: #969696. Windows color (decimal): -4164632 or 15233984. OLE color: 15233984.

HSL color Cylindrical-coordinate representation of color #C073E8: hue angle of 279.49º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C073E8 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 115 232 -
CMYK 0.17 0.50 0 0.09
HSL 279.49º 0.72% 0.68% -
HSV(B) 279.49º 0.5% 0.91% -
XYZ 42.43 29.29 79.76 -
YUV 151.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 192 115 232 0.17 0.50 0 0.09 279.49 0.72 0.68
Hex C0 73 E8 11 32 0 9 117 48 44
Octal 300 163 350 21 62 0 11 427 110 104
Binary 11000000 1110011 11101000 10001 110010 0 1001 100010111 1001000 1000100

Color Harmonies of #C073E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073E8

Black with #C073E8

Text Example


Text Example

White with #C073E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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