Html Css Color HEX #C073E7 Medium Orchid

📋 copy color: '#C073E7'

red 192 ◦ green 115 ◦ blue 231

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

Shades of Medium Orchid #C073E7

Tints of Medium Orchid #C073E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.94%

R = 35.69%
G = 21.38%
B = 42.94%

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

#C073E7 (or 0xC073E7) is known color: Medium Orchid. HEX triplet: C0, 73 and E7. RGB value is (192,115,231). Sum of RGB (Red+Green+Blue) = 192+115+231=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 231 (90.62% from 255 or 42.94% from 538); Max value from RGB is 231 - color contains mainly: blue. Hex color #C073E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C073E7 is #3F8C18. Grayscale: #969696. Windows color (decimal): -4164633 or 15168448. OLE color: 15168448.

HSL color Cylindrical-coordinate representation of color #C073E7: hue angle of 279.83º degrees, saturation: 0.71, 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 #C073E7 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 115 231 -
CMYK 0.17 0.50 0 0.09
HSL 279.83º 0.71% 0.68% -
HSV(B) 279.83º 0.5% 0.91% -
XYZ 42.29 29.24 79.02 -
YUV 151.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 192 115 231 0.17 0.50 0 0.09 279.83 0.71 0.68
Hex C0 73 E7 11 32 0 9 118 47 44
Octal 300 163 347 21 62 0 11 430 107 104
Binary 11000000 1110011 11100111 10001 110010 0 1001 100011000 1000111 1000100

Color Harmonies of #C073E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073E7

Black with #C073E7

Text Example


Text Example

White with #C073E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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