Html Css Color HEX #C72EDD Medium Orchid

📋 copy color: '#C72EDD'

red 199 ◦ green 46 ◦ blue 221

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

Shades of Medium Orchid #C72EDD

Tints of Medium Orchid #C72EDD

RGB

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

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

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

R = 42.7%
G = 9.87%
B = 47.42%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C72EDD (or 0xC72EDD) is known color: Medium Orchid. HEX triplet: C7, 2E and DD. RGB value is (199,46,221). Sum of RGB (Red+Green+Blue) = 199+46+221=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 46 (18.36% from 255 or 9.87% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #C72EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EDD is #38D122. Grayscale: #6F6F6F. Windows color (decimal): -3723555 or 14495431. OLE color: 14495431.

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

Color convert

RGB 199 46 221 -
CMYK 0.10 0.79 0 0.13
HSL 292.46º 0.72% 0.52% -
HSV(B) 292.46º 0.79% 0.87% -
XYZ 37.58 19.32 70.15 -
YUV 111.7 189.69 190.27 -
System Red Green Blue C M Y K H S L
Decimal 199 46 221 0.10 0.79 0 0.13 292.46 0.72 0.52
Hex C7 2E DD A 4F 0 D 124 48 34
Octal 307 56 335 12 117 0 15 444 110 64
Binary 11000111 101110 11011101 1010 1001111 0 1101 100100100 1001000 110100

Color Harmonies of #C72EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EDD

Black with #C72EDD

Text Example


Text Example

White with #C72EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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