Html Css Color HEX #C72FEC Medium Orchid

📋 copy color: '#C72FEC'

red 199 ◦ green 47 ◦ blue 236

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

Shades of Medium Orchid #C72FEC

Tints of Medium Orchid #C72FEC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.75%

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 41.29%
G = 9.75%
B = 48.96%

CMYK

 C value IS 0.16

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C72FEC (or 0xC72FEC) is known color: Medium Orchid. HEX triplet: C7, 2F and EC. RGB value is (199,47,236). Sum of RGB (Red+Green+Blue) = 199+47+236=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #C72FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FEC is #38D013. Grayscale: #717171. Windows color (decimal): -3723284 or 15478727. OLE color: 15478727.

HSL color Cylindrical-coordinate representation of color #C72FEC: hue angle of 288.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72FEC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 47 236 -
CMYK 0.16 0.80 0 0.07
HSL 288.25º 0.83% 0.55% -
HSV(B) 288.25º 0.8% 0.93% -
XYZ 39.71 20.23 81.17 -
YUV 113.99 196.86 188.63 -
System Red Green Blue C M Y K H S L
Decimal 199 47 236 0.16 0.80 0 0.07 288.25 0.83 0.55
Hex C7 2F EC 10 50 0 7 120 53 37
Octal 307 57 354 20 120 0 7 440 123 67
Binary 11000111 101111 11101100 10000 1010000 0 111 100100000 1010011 110111

Color Harmonies of #C72FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72FEC

Black with #C72FEC

Text Example


Text Example

White with #C72FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72FEC; }

 p { color: rgb(199,47,236); }

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

background-color css

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

 a { background-color: rgb(199,47,236); }

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

border-color css

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

 span { border-color: rgb(199,47,236); }

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