Html Css Color HEX #C72EDB Medium Orchid

📋 copy color: '#C72EDB'

red 199 ◦ green 46 ◦ blue 219

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

Shades of Medium Orchid #C72EDB

Tints of Medium Orchid #C72EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.2%

R = 42.89%
G = 9.91%
B = 47.2%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C72EDB (or 0xC72EDB) is known color: Medium Orchid. HEX triplet: C7, 2E and DB. RGB value is (199,46,219). Sum of RGB (Red+Green+Blue) = 199+46+219=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #C72EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72EDB is #38D124. Grayscale: #6E6E6E. Windows color (decimal): -3723557 or 14364359. OLE color: 14364359.

HSL color Cylindrical-coordinate representation of color #C72EDB: hue angle of 293.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C72EDB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 46 219 -
CMYK 0.09 0.79 0 0.14
HSL 293.06º 0.71% 0.52% -
HSV(B) 293.06º 0.79% 0.86% -
XYZ 37.32 19.21 68.76 -
YUV 111.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 199 46 219 0.09 0.79 0 0.14 293.06 0.71 0.52
Hex C7 2E DB 9 4F 0 E 125 47 34
Octal 307 56 333 11 117 0 16 445 107 64
Binary 11000111 101110 11011011 1001 1001111 0 1110 100100101 1000111 110100

Color Harmonies of #C72EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72EDB

Black with #C72EDB

Text Example


Text Example

White with #C72EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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