Html Css Color HEX #C72ED6 Medium Orchid

📋 copy color: '#C72ED6'

red 199 ◦ green 46 ◦ blue 214

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

Shades of Medium Orchid #C72ED6

Tints of Medium Orchid #C72ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.62%

R = 43.36%
G = 10.02%
B = 46.62%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C72ED6 (or 0xC72ED6) is known color: Medium Orchid. HEX triplet: C7, 2E and D6. RGB value is (199,46,214). Sum of RGB (Red+Green+Blue) = 199+46+214=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 46 (18.36% from 255 or 10.02% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #C72ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ED6 is #38D129. Grayscale: #6E6E6E. Windows color (decimal): -3723562 or 14036679. OLE color: 14036679.

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

Color convert

RGB 199 46 214 -
CMYK 0.07 0.79 0 0.16
HSL 294.64º 0.67% 0.51% -
HSV(B) 294.64º 0.79% 0.84% -
XYZ 36.67 18.95 65.34 -
YUV 110.9 186.19 190.84 -
System Red Green Blue C M Y K H S L
Decimal 199 46 214 0.07 0.79 0 0.16 294.64 0.67 0.51
Hex C7 2E D6 7 4F 0 10 127 43 33
Octal 307 56 326 7 117 0 20 447 103 63
Binary 11000111 101110 11010110 111 1001111 0 10000 100100111 1000011 110011

Color Harmonies of #C72ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ED6

Black with #C72ED6

Text Example


Text Example

White with #C72ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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