Html Css Color HEX #C73AFF Medium Orchid

📋 copy color: '#C73AFF'

red 199 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #C73AFF

Tints of Medium Orchid #C73AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 38.87%
G = 11.33%
B = 49.8%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C73AFF (or 0xC73AFF) is known color: Medium Orchid. HEX triplet: C7, 3A and FF. RGB value is (199,58,255). Sum of RGB (Red+Green+Blue) = 199+58+255=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 58 (23.05% from 255 or 11.33% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #C73AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AFF is #38C500. Grayscale: #797979. Windows color (decimal): -3720449 or 16726727. OLE color: 16726727.

HSL color Cylindrical-coordinate representation of color #C73AFF: hue angle of 282.94º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C73AFF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 58 255 -
CMYK 0.22 0.77 0 0
HSL 282.94º 1% 0.61% -
HSV(B) 282.94º 0.77% 1% -
XYZ 43.12 22.39 96.66 -
YUV 122.62 202.71 182.48 -
System Red Green Blue C M Y K H S L
Decimal 199 58 255 0.22 0.77 0 0 282.94 1 0.61
Hex C7 3A FF 16 4D 0 0 11B 64 3D
Octal 307 72 377 26 115 0 0 433 144 75
Binary 11000111 111010 11111111 10110 1001101 0 0 100011011 1100100 111101

Color Harmonies of #C73AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AFF

Black with #C73AFF

Text Example


Text Example

White with #C73AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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