Html Css Color HEX #C72ADD Medium Orchid

📋 copy color: '#C72ADD'

red 199 ◦ green 42 ◦ blue 221

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

Shades of Medium Orchid #C72ADD

Tints of Medium Orchid #C72ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.09%

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

R = 43.07%
G = 9.09%
B = 47.84%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72ADD (or 0xC72ADD) is known color: Medium Orchid. HEX triplet: C7, 2A and DD. RGB value is (199,42,221). Sum of RGB (Red+Green+Blue) = 199+42+221=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 42 (16.80% from 255 or 9.09% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADD is #38D522. Grayscale: #6C6C6C. Windows color (decimal): -3724579 or 14494407. OLE color: 14494407.

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

Color convert

RGB 199 42 221 -
CMYK 0.10 0.81 0 0.13
HSL 292.63º 0.72% 0.52% -
HSV(B) 292.63º 0.81% 0.87% -
XYZ 37.43 19.02 70.1 -
YUV 109.35 191.01 191.95 -
System Red Green Blue C M Y K H S L
Decimal 199 42 221 0.10 0.81 0 0.13 292.63 0.72 0.52
Hex C7 2A DD A 51 0 D 125 48 34
Octal 307 52 335 12 121 0 15 445 110 64
Binary 11000111 101010 11011101 1010 1010001 0 1101 100100101 1001000 110100

Color Harmonies of #C72ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72ADD

Black with #C72ADD

Text Example


Text Example

White with #C72ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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