Html Css Color HEX #C72EDE Medium Orchid

📋 copy color: '#C72EDE'

red 199 ◦ green 46 ◦ blue 222

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

Shades of Medium Orchid #C72EDE

Tints of Medium Orchid #C72EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.54%

R = 42.61%
G = 9.85%
B = 47.54%

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

#C72EDE (or 0xC72EDE) is known color: Medium Orchid. HEX triplet: C7, 2E and DE. RGB value is (199,46,222). Sum of RGB (Red+Green+Blue) = 199+46+222=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 46 (18.36% from 255 or 9.85% from 467); Blue value is 222 (87.11% from 255 or 47.54% from 467); Max value from RGB is 222 - color contains mainly: blue. Hex color #C72EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EDE is #38D121. Grayscale: #6F6F6F. Windows color (decimal): -3723554 or 14560967. OLE color: 14560967.

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

Color convert

RGB 199 46 222 -
CMYK 0.10 0.79 0 0.13
HSL 292.16º 0.73% 0.53% -
HSV(B) 292.16º 0.79% 0.87% -
XYZ 37.72 19.37 70.86 -
YUV 111.81 190.19 190.19 -
System Red Green Blue C M Y K H S L
Decimal 199 46 222 0.10 0.79 0 0.13 292.16 0.73 0.53
Hex C7 2E DE A 4F 0 D 124 49 35
Octal 307 56 336 12 117 0 15 444 111 65
Binary 11000111 101110 11011110 1010 1001111 0 1101 100100100 1001001 110101

Color Harmonies of #C72EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EDE

Black with #C72EDE

Text Example


Text Example

White with #C72EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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