Html Css Color HEX #C73EFA Medium Orchid

📋 copy color: '#C73EFA'

red 199 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #C73EFA

Tints of Medium Orchid #C73EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.13%

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

R = 38.94%
G = 12.13%
B = 48.92%

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

#C73EFA (or 0xC73EFA) is known color: Medium Orchid. HEX triplet: C7, 3E and FA. RGB value is (199,62,250). Sum of RGB (Red+Green+Blue) = 199+62+250=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73EFA is #38C105. Grayscale: #7B7B7B. Windows color (decimal): -3719430 or 16400071. OLE color: 16400071.

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

Color convert

RGB 199 62 250 -
CMYK 0.20 0.75 0 0.02
HSL 283.72º 0.95% 0.61% -
HSV(B) 283.72º 0.75% 0.98% -
XYZ 42.53 22.49 92.54 -
YUV 124.4 198.89 181.21 -
System Red Green Blue C M Y K H S L
Decimal 199 62 250 0.20 0.75 0 0.02 283.72 0.95 0.61
Hex C7 3E FA 14 4B 0 2 11C 5F 3D
Octal 307 76 372 24 113 0 2 434 137 75
Binary 11000111 111110 11111010 10100 1001011 0 10 100011100 1011111 111101

Color Harmonies of #C73EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EFA

Black with #C73EFA

Text Example


Text Example

White with #C73EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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