Html Css Color HEX #C73AFA Medium Orchid

📋 copy color: '#C73AFA'

red 199 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #C73AFA

Tints of Medium Orchid #C73AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.31%

R = 39.25%
G = 11.44%
B = 49.31%

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

#C73AFA (or 0xC73AFA) is known color: Medium Orchid. HEX triplet: C7, 3A and FA. RGB value is (199,58,250). Sum of RGB (Red+Green+Blue) = 199+58+250=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73AFA is #38C505. Grayscale: #797979. Windows color (decimal): -3720454 or 16399047. OLE color: 16399047.

HSL color Cylindrical-coordinate representation of color #C73AFA: hue angle of 284.06º degrees, saturation: 0.95, 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 #C73AFA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 58 250 -
CMYK 0.20 0.77 0 0.02
HSL 284.06º 0.95% 0.6% -
HSV(B) 284.06º 0.77% 0.98% -
XYZ 42.32 22.07 92.47 -
YUV 122.05 200.21 182.89 -
System Red Green Blue C M Y K H S L
Decimal 199 58 250 0.20 0.77 0 0.02 284.06 0.95 0.6
Hex C7 3A FA 14 4D 0 2 11C 5F 3C
Octal 307 72 372 24 115 0 2 434 137 74
Binary 11000111 111010 11111010 10100 1001101 0 10 100011100 1011111 111100

Color Harmonies of #C73AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AFA

Black with #C73AFA

Text Example


Text Example

White with #C73AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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