Html Css Color HEX #C173DB Medium Orchid

📋 copy color: '#C173DB'

red 193 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #C173DB

Tints of Medium Orchid #C173DB

RGB

 RED value IS 193 (75.78% from 255) = 36.62%

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

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

R = 36.62%
G = 21.82%
B = 41.56%

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

#C173DB (or 0xC173DB) is known color: Medium Orchid. HEX triplet: C1, 73 and DB. RGB value is (193,115,219). Sum of RGB (Red+Green+Blue) = 193+115+219=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C173DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C173DB is #3E8C24. Grayscale: #959595. Windows color (decimal): -4099109 or 14382017. OLE color: 14382017.

HSL color Cylindrical-coordinate representation of color #C173DB: hue angle of 285º 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 #C173DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 115 219 -
CMYK 0.12 0.47 0 0.14
HSL 285º 0.59% 0.65% -
HSV(B) 285º 0.47% 0.86% -
XYZ 40.91 28.71 70.4 -
YUV 150.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 193 115 219 0.12 0.47 0 0.14 285 0.59 0.65
Hex C1 73 DB C 2F 0 E 11D 3B 41
Octal 301 163 333 14 57 0 16 435 73 101
Binary 11000001 1110011 11011011 1100 101111 0 1110 100011101 111011 1000001

Color Harmonies of #C173DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C173DB

Black with #C173DB

Text Example


Text Example

White with #C173DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C173DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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