Html Css Color HEX #C73CEA Medium Orchid

📋 copy color: '#C73CEA'

red 199 ◦ green 60 ◦ blue 234

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

Shades of Medium Orchid #C73CEA

Tints of Medium Orchid #C73CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 40.37%
G = 12.17%
B = 47.46%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C73CEA (or 0xC73CEA) is known color: Medium Orchid. HEX triplet: C7, 3C and EA. RGB value is (199,60,234). Sum of RGB (Red+Green+Blue) = 199+60+234=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 60 (23.83% from 255 or 12.17% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CEA is #38C315. Grayscale: #787878. Windows color (decimal): -3719958 or 15350983. OLE color: 15350983.

HSL color Cylindrical-coordinate representation of color #C73CEA: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73CEA is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 199 60 234 -
CMYK 0.15 0.74 0 0.08
HSL 287.93º 0.81% 0.58% -
HSV(B) 287.93º 0.74% 0.92% -
XYZ 40.02 21.31 79.85 -
YUV 121.4 191.55 183.35 -
System Red Green Blue C M Y K H S L
Decimal 199 60 234 0.15 0.74 0 0.08 287.93 0.81 0.58
Hex C7 3C EA F 4A 0 8 120 51 3A
Octal 307 74 352 17 112 0 10 440 121 72
Binary 11000111 111100 11101010 1111 1001010 0 1000 100100000 1010001 111010

Color Harmonies of #C73CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CEA

Black with #C73CEA

Text Example


Text Example

White with #C73CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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