Html Css Color HEX #C73EDB Medium Orchid

📋 copy color: '#C73EDB'

red 199 ◦ green 62 ◦ blue 219

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

Shades of Medium Orchid #C73EDB

Tints of Medium Orchid #C73EDB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.92%

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

R = 41.46%
G = 12.92%
B = 45.63%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C73EDB (or 0xC73EDB) is known color: Medium Orchid. HEX triplet: C7, 3E and DB. RGB value is (199,62,219). Sum of RGB (Red+Green+Blue) = 199+62+219=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 62 (24.61% from 255 or 12.92% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C73EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73EDB is #38C124. Grayscale: #787878. Windows color (decimal): -3719461 or 14368455. OLE color: 14368455.

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

Color convert

RGB 199 62 219 -
CMYK 0.09 0.72 0 0.14
HSL 292.36º 0.69% 0.55% -
HSV(B) 292.36º 0.72% 0.86% -
XYZ 38.06 20.7 69.01 -
YUV 120.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 199 62 219 0.09 0.72 0 0.14 292.36 0.69 0.55
Hex C7 3E DB 9 48 0 E 124 45 37
Octal 307 76 333 11 110 0 16 444 105 67
Binary 11000111 111110 11011011 1001 1001000 0 1110 100100100 1000101 110111

Color Harmonies of #C73EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EDB

Black with #C73EDB

Text Example


Text Example

White with #C73EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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