Html Css Color HEX #C72CDA Medium Orchid

📋 copy color: '#C72CDA'

red 199 ◦ green 44 ◦ blue 218

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

Shades of Medium Orchid #C72CDA

Tints of Medium Orchid #C72CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.29%

R = 43.17%
G = 9.54%
B = 47.29%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C72CDA (or 0xC72CDA) is known color: Medium Orchid. HEX triplet: C7, 2C and DA. RGB value is (199,44,218). Sum of RGB (Red+Green+Blue) = 199+44+218=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #C72CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72CDA is #38D325. Grayscale: #6D6D6D. Windows color (decimal): -3724070 or 14298311. OLE color: 14298311.

HSL color Cylindrical-coordinate representation of color #C72CDA: hue angle of 293.45º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C72CDA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 44 218 -
CMYK 0.09 0.80 0 0.15
HSL 293.45º 0.7% 0.51% -
HSV(B) 293.45º 0.8% 0.85% -
XYZ 37.11 19.01 68.04 -
YUV 110.18 188.85 191.35 -
System Red Green Blue C M Y K H S L
Decimal 199 44 218 0.09 0.80 0 0.15 293.45 0.7 0.51
Hex C7 2C DA 9 50 0 F 125 46 33
Octal 307 54 332 11 120 0 17 445 106 63
Binary 11000111 101100 11011010 1001 1010000 0 1111 100100101 1000110 110011

Color Harmonies of #C72CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72CDA

Black with #C72CDA

Text Example


Text Example

White with #C72CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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