Html Css Color HEX #C73AEA Medium Orchid

📋 copy color: '#C73AEA'

red 199 ◦ green 58 ◦ blue 234

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

Shades of Medium Orchid #C73AEA

Tints of Medium Orchid #C73AEA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.81%

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

R = 40.53%
G = 11.81%
B = 47.66%

CMYK

 C value IS 0.15

 M value IS 0.75

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C73AEA (or 0xC73AEA) is known color: Medium Orchid. HEX triplet: C7, 3A and EA. RGB value is (199,58,234). Sum of RGB (Red+Green+Blue) = 199+58+234=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #C73AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AEA is #38C515. Grayscale: #777777. Windows color (decimal): -3720470 or 15350471. OLE color: 15350471.

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

Color convert

RGB 199 58 234 -
CMYK 0.15 0.75 0 0.08
HSL 288.07º 0.81% 0.57% -
HSV(B) 288.07º 0.75% 0.92% -
XYZ 39.92 21.11 79.81 -
YUV 120.22 192.21 184.19 -
System Red Green Blue C M Y K H S L
Decimal 199 58 234 0.15 0.75 0 0.08 288.07 0.81 0.57
Hex C7 3A EA F 4B 0 8 120 51 39
Octal 307 72 352 17 113 0 10 440 121 71
Binary 11000111 111010 11101010 1111 1001011 0 1000 100100000 1010001 111001

Color Harmonies of #C73AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AEA

Black with #C73AEA

Text Example


Text Example

White with #C73AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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