Html Css Color HEX #C73CEC Medium Orchid

📋 copy color: '#C73CEC'

red 199 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #C73CEC

Tints of Medium Orchid #C73CEC

RGB

 RED value IS 199 (78.13% from 255) = 40.2%

 GREEN value IS 60 (23.83% from 255) = 12.12%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 40.2%
G = 12.12%
B = 47.68%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C73CEC (or 0xC73CEC) is known color: Medium Orchid. HEX triplet: C7, 3C and EC. RGB value is (199,60,236). Sum of RGB (Red+Green+Blue) = 199+60+236=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #C73CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CEC is #38C313. Grayscale: #797979. Windows color (decimal): -3719956 or 15482055. OLE color: 15482055.

HSL color Cylindrical-coordinate representation of color #C73CEC: hue angle of 287.39º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73CEC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 60 236 -
CMYK 0.16 0.75 0 0.07
HSL 287.39º 0.82% 0.58% -
HSV(B) 287.39º 0.75% 0.93% -
XYZ 40.31 21.43 81.37 -
YUV 121.63 192.55 183.19 -
System Red Green Blue C M Y K H S L
Decimal 199 60 236 0.16 0.75 0 0.07 287.39 0.82 0.58
Hex C7 3C EC 10 4B 0 7 11F 52 3A
Octal 307 74 354 20 113 0 7 437 122 72
Binary 11000111 111100 11101100 10000 1001011 0 111 100011111 1010010 111010

Color Harmonies of #C73CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CEC

Black with #C73CEC

Text Example


Text Example

White with #C73CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CEC; }

 p { color: rgb(199,60,236); }

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

background-color css

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

 a { background-color: rgb(199,60,236); }

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

border-color css

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

 span { border-color: rgb(199,60,236); }

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