Html Css Color HEX #C073DB Medium Orchid

📋 copy color: '#C073DB'

red 192 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #C073DB

Tints of Medium Orchid #C073DB

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

 GREEN value IS 115 (45.31% from 255) = 21.86%

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

R = 36.5%
G = 21.86%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C073DB (or 0xC073DB) is known color: Medium Orchid. HEX triplet: C0, 73 and DB. RGB value is (192,115,219). Sum of RGB (Red+Green+Blue) = 192+115+219=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C073DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073DB is #3F8C24. Grayscale: #959595. Windows color (decimal): -4164645 or 14382016. OLE color: 14382016.

HSL color Cylindrical-coordinate representation of color #C073DB: hue angle of 284.42º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C073DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 115 219 -
CMYK 0.12 0.47 0 0.14
HSL 284.42º 0.59% 0.65% -
HSV(B) 284.42º 0.47% 0.86% -
XYZ 40.66 28.58 70.39 -
YUV 149.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 192 115 219 0.12 0.47 0 0.14 284.42 0.59 0.65
Hex C0 73 DB C 2F 0 E 11C 3B 41
Octal 300 163 333 14 57 0 16 434 73 101
Binary 11000000 1110011 11011011 1100 101111 0 1110 100011100 111011 1000001

Color Harmonies of #C073DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073DB

Black with #C073DB

Text Example


Text Example

White with #C073DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073DB; }

 p { color: rgb(192,115,219); }

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

background-color css

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

 a { background-color: rgb(192,115,219); }

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

border-color css

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

 span { border-color: rgb(192,115,219); }

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