Html Css Color HEX #C72ED5 Medium Orchid

📋 copy color: '#C72ED5'

red 199 ◦ green 46 ◦ blue 213

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

Shades of Medium Orchid #C72ED5

Tints of Medium Orchid #C72ED5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.04%

 BLUE value IS 213 (83.59% from 255) = 46.51%

R = 43.45%
G = 10.04%
B = 46.51%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C72ED5 (or 0xC72ED5) is known color: Medium Orchid. HEX triplet: C7, 2E and D5. RGB value is (199,46,213). Sum of RGB (Red+Green+Blue) = 199+46+213=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #C72ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ED5 is #38D12A. Grayscale: #6E6E6E. Windows color (decimal): -3723563 or 13971143. OLE color: 13971143.

HSL color Cylindrical-coordinate representation of color #C72ED5: hue angle of 294.97º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72ED5 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 46 213 -
CMYK 0.07 0.78 0 0.16
HSL 294.97º 0.67% 0.51% -
HSV(B) 294.97º 0.78% 0.84% -
XYZ 36.54 18.9 64.67 -
YUV 110.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 199 46 213 0.07 0.78 0 0.16 294.97 0.67 0.51
Hex C7 2E D5 7 4E 0 10 127 43 33
Octal 307 56 325 7 116 0 20 447 103 63
Binary 11000111 101110 11010101 111 1001110 0 10000 100100111 1000011 110011

Color Harmonies of #C72ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ED5

Black with #C72ED5

Text Example


Text Example

White with #C72ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ED5; }

 p { color: rgb(199,46,213); }

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

background-color css

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

 a { background-color: rgb(199,46,213); }

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

border-color css

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

 span { border-color: rgb(199,46,213); }

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