Html Css Color HEX #C73FFE Medium Orchid

📋 copy color: '#C73FFE'

red 199 ◦ green 63 ◦ blue 254

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

Shades of Medium Orchid #C73FFE

Tints of Medium Orchid #C73FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 38.57%
G = 12.21%
B = 49.22%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C73FFE (or 0xC73FFE) is known color: Medium Orchid. HEX triplet: C7, 3F and FE. RGB value is (199,63,254). Sum of RGB (Red+Green+Blue) = 199+63+254=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 63 (25% from 255 or 12.21% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #C73FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C73FFE is #38C001. Grayscale: #7C7C7C. Windows color (decimal): -3719170 or 16662471. OLE color: 16662471.

HSL color Cylindrical-coordinate representation of color #C73FFE: hue angle of 282.72º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73FFE is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 63 254 -
CMYK 0.22 0.75 0 0.00
HSL 282.72º 0.99% 0.62% -
HSV(B) 282.72º 0.75% 1% -
XYZ 43.22 22.85 95.9 -
YUV 125.44 200.56 180.47 -
System Red Green Blue C M Y K H S L
Decimal 199 63 254 0.22 0.75 0 0.00 282.72 0.99 0.62
Hex C7 3F FE 16 4B 0 0 11B 63 3E
Octal 307 77 376 26 113 0 0 433 143 76
Binary 11000111 111111 11111110 10110 1001011 0 0 100011011 1100011 111110

Color Harmonies of #C73FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FFE

Black with #C73FFE

Text Example


Text Example

White with #C73FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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