Html Css Color HEX #C73FFA Medium Orchid

📋 copy color: '#C73FFA'

red 199 ◦ green 63 ◦ blue 250

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

Shades of Medium Orchid #C73FFA

Tints of Medium Orchid #C73FFA

RGB

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

 GREEN value IS 63 (25% from 255) = 12.3%

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

R = 38.87%
G = 12.3%
B = 48.83%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C73FFA (or 0xC73FFA) is known color: Medium Orchid. HEX triplet: C7, 3F and FA. RGB value is (199,63,250). Sum of RGB (Red+Green+Blue) = 199+63+250=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 63 (25% from 255 or 12.30% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FFA is #38C005. Grayscale: #7C7C7C. Windows color (decimal): -3719174 or 16400327. OLE color: 16400327.

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

Color convert

RGB 199 63 250 -
CMYK 0.20 0.75 0 0.02
HSL 283.64º 0.95% 0.61% -
HSV(B) 283.64º 0.75% 0.98% -
XYZ 42.59 22.6 92.56 -
YUV 124.98 198.56 180.79 -
System Red Green Blue C M Y K H S L
Decimal 199 63 250 0.20 0.75 0 0.02 283.64 0.95 0.61
Hex C7 3F FA 14 4B 0 2 11C 5F 3D
Octal 307 77 372 24 113 0 2 434 137 75
Binary 11000111 111111 11111010 10100 1001011 0 10 100011100 1011111 111101

Color Harmonies of #C73FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FFA

Black with #C73FFA

Text Example


Text Example

White with #C73FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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