Html Css Color HEX #C73BFA Medium Orchid

📋 copy color: '#C73BFA'

red 199 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #C73BFA

Tints of Medium Orchid #C73BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.61%

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

R = 39.17%
G = 11.61%
B = 49.21%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C73BFA (or 0xC73BFA) is known color: Medium Orchid. HEX triplet: C7, 3B and FA. RGB value is (199,59,250). Sum of RGB (Red+Green+Blue) = 199+59+250=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #C73BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73BFA is #38C405. Grayscale: #7A7A7A. Windows color (decimal): -3720198 or 16399303. OLE color: 16399303.

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

Color convert

RGB 199 59 250 -
CMYK 0.20 0.76 0 0.02
HSL 283.98º 0.95% 0.61% -
HSV(B) 283.98º 0.76% 0.98% -
XYZ 42.37 22.17 92.49 -
YUV 122.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 199 59 250 0.20 0.76 0 0.02 283.98 0.95 0.61
Hex C7 3B FA 14 4C 0 2 11C 5F 3D
Octal 307 73 372 24 114 0 2 434 137 75
Binary 11000111 111011 11111010 10100 1001100 0 10 100011100 1011111 111101

Color Harmonies of #C73BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BFA

Black with #C73BFA

Text Example


Text Example

White with #C73BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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