Html Css Color HEX #C73CF1 Medium Orchid

📋 copy color: '#C73CF1'

red 199 ◦ green 60 ◦ blue 241

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

Shades of Medium Orchid #C73CF1

Tints of Medium Orchid #C73CF1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 39.8%
G = 12%
B = 48.2%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C73CF1 (or 0xC73CF1) is known color: Medium Orchid. HEX triplet: C7, 3C and F1. RGB value is (199,60,241). Sum of RGB (Red+Green+Blue) = 199+60+241=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #C73CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73CF1 is #38C30E. Grayscale: #797979. Windows color (decimal): -3719951 or 15809735. OLE color: 15809735.

HSL color Cylindrical-coordinate representation of color #C73CF1: hue angle of 286.08º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73CF1 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 60 241 -
CMYK 0.17 0.75 0 0.05
HSL 286.08º 0.87% 0.59% -
HSV(B) 286.08º 0.75% 0.95% -
XYZ 41.05 21.72 85.25 -
YUV 122.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 199 60 241 0.17 0.75 0 0.05 286.08 0.87 0.59
Hex C7 3C F1 11 4B 0 5 11E 57 3B
Octal 307 74 361 21 113 0 5 436 127 73
Binary 11000111 111100 11110001 10001 1001011 0 101 100011110 1010111 111011

Color Harmonies of #C73CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CF1

Black with #C73CF1

Text Example


Text Example

White with #C73CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CF1; }

 p { color: rgb(199,60,241); }

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

background-color css

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

 a { background-color: rgb(199,60,241); }

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

border-color css

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

 span { border-color: rgb(199,60,241); }

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