Html Css Color HEX #C72CDD Medium Orchid

📋 copy color: '#C72CDD'

red 199 ◦ green 44 ◦ blue 221

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

Shades of Medium Orchid #C72CDD

Tints of Medium Orchid #C72CDD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.48%

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 42.89%
G = 9.48%
B = 47.63%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72CDD (or 0xC72CDD) is known color: Medium Orchid. HEX triplet: C7, 2C and DD. RGB value is (199,44,221). Sum of RGB (Red+Green+Blue) = 199+44+221=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CDD is #38D322. Grayscale: #6D6D6D. Windows color (decimal): -3724067 or 14494919. OLE color: 14494919.

HSL color Cylindrical-coordinate representation of color #C72CDD: hue angle of 292.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72CDD is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 44 221 -
CMYK 0.10 0.80 0 0.13
HSL 292.54º 0.72% 0.52% -
HSV(B) 292.54º 0.8% 0.87% -
XYZ 37.51 19.16 70.13 -
YUV 110.52 190.35 191.11 -
System Red Green Blue C M Y K H S L
Decimal 199 44 221 0.10 0.80 0 0.13 292.54 0.72 0.52
Hex C7 2C DD A 50 0 D 125 48 34
Octal 307 54 335 12 120 0 15 445 110 64
Binary 11000111 101100 11011101 1010 1010000 0 1101 100100101 1001000 110100

Color Harmonies of #C72CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CDD

Black with #C72CDD

Text Example


Text Example

White with #C72CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CDD; }

 p { color: rgb(199,44,221); }

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

background-color css

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

 a { background-color: rgb(199,44,221); }

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

border-color css

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

 span { border-color: rgb(199,44,221); }

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