Html Css Color HEX #C73AF9 Medium Orchid

📋 copy color: '#C73AF9'

red 199 ◦ green 58 ◦ blue 249

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

Shades of Medium Orchid #C73AF9

Tints of Medium Orchid #C73AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 49.21%

R = 39.33%
G = 11.46%
B = 49.21%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C73AF9 (or 0xC73AF9) is known color: Medium Orchid. HEX triplet: C7, 3A and F9. RGB value is (199,58,249). Sum of RGB (Red+Green+Blue) = 199+58+249=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 58 (23.05% from 255 or 11.46% from 506); Blue value is 249 (97.66% from 255 or 49.21% from 506); Max value from RGB is 249 - color contains mainly: blue. Hex color #C73AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AF9 is #38C506. Grayscale: #797979. Windows color (decimal): -3720455 or 16333511. OLE color: 16333511.

HSL color Cylindrical-coordinate representation of color #C73AF9: hue angle of 284.29º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73AF9 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 58 249 -
CMYK 0.20 0.77 0 0.02
HSL 284.29º 0.94% 0.6% -
HSV(B) 284.29º 0.77% 0.98% -
XYZ 42.17 22.01 91.65 -
YUV 121.93 199.71 182.97 -
System Red Green Blue C M Y K H S L
Decimal 199 58 249 0.20 0.77 0 0.02 284.29 0.94 0.6
Hex C7 3A F9 14 4D 0 2 11C 5E 3C
Octal 307 72 371 24 115 0 2 434 136 74
Binary 11000111 111010 11111001 10100 1001101 0 10 100011100 1011110 111100

Color Harmonies of #C73AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AF9

Black with #C73AF9

Text Example


Text Example

White with #C73AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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