Html Css Color HEX #C172DB Medium Orchid

📋 copy color: '#C172DB'

red 193 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #C172DB

Tints of Medium Orchid #C172DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.67%

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

R = 36.69%
G = 21.67%
B = 41.63%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C172DB (or 0xC172DB) is known color: Medium Orchid. HEX triplet: C1, 72 and DB. RGB value is (193,114,219). Sum of RGB (Red+Green+Blue) = 193+114+219=526 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.69% from 526); Green value is 114 (44.92% from 255 or 21.67% 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 #C172DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172DB is #3E8D24. Grayscale: #959595. Windows color (decimal): -4099365 or 14381761. OLE color: 14381761.

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

Color convert

RGB 193 114 219 -
CMYK 0.12 0.48 0 0.14
HSL 285.14º 0.59% 0.65% -
HSV(B) 285.14º 0.48% 0.86% -
XYZ 40.8 28.49 70.37 -
YUV 149.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 193 114 219 0.12 0.48 0 0.14 285.14 0.59 0.65
Hex C1 72 DB C 30 0 E 11D 3B 41
Octal 301 162 333 14 60 0 16 435 73 101
Binary 11000001 1110010 11011011 1100 110000 0 1110 100011101 111011 1000001

Color Harmonies of #C172DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C172DB

Black with #C172DB

Text Example


Text Example

White with #C172DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C172DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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