Html Css Color HEX #C72DD6 Medium Orchid

📋 copy color: '#C72DD6'

red 199 ◦ green 45 ◦ blue 214

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

Shades of Medium Orchid #C72DD6

Tints of Medium Orchid #C72DD6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.83%

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

R = 43.45%
G = 9.83%
B = 46.72%

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

#C72DD6 (or 0xC72DD6) is known color: Medium Orchid. HEX triplet: C7, 2D and D6. RGB value is (199,45,214). Sum of RGB (Red+Green+Blue) = 199+45+214=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 45 (17.97% from 255 or 9.83% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #C72DD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72DD6 is #38D229. Grayscale: #6D6D6D. Windows color (decimal): -3723818 or 14036423. OLE color: 14036423.

HSL color Cylindrical-coordinate representation of color #C72DD6: hue angle of 294.67º 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 #C72DD6 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 45 214 -
CMYK 0.07 0.79 0 0.16
HSL 294.67º 0.67% 0.51% -
HSV(B) 294.67º 0.79% 0.84% -
XYZ 36.63 18.87 65.33 -
YUV 110.31 186.52 191.26 -
System Red Green Blue C M Y K H S L
Decimal 199 45 214 0.07 0.79 0 0.16 294.67 0.67 0.51
Hex C7 2D D6 7 4F 0 10 127 43 33
Octal 307 55 326 7 117 0 20 447 103 63
Binary 11000111 101101 11010110 111 1001111 0 10000 100100111 1000011 110011

Color Harmonies of #C72DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72DD6

Black with #C72DD6

Text Example


Text Example

White with #C72DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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