Html Css Color HEX #C170DB Medium Orchid

📋 copy color: '#C170DB'

red 193 ◦ green 112 ◦ blue 219

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

Shades of Medium Orchid #C170DB

Tints of Medium Orchid #C170DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 36.83%
G = 21.37%
B = 41.79%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C170DB (or 0xC170DB) is known color: Medium Orchid. HEX triplet: C1, 70 and DB. RGB value is (193,112,219). Sum of RGB (Red+Green+Blue) = 193+112+219=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #C170DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DB is #3E8F24. Grayscale: #949494. Windows color (decimal): -4099877 or 14381249. OLE color: 14381249.

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

Color convert

RGB 193 112 219 -
CMYK 0.12 0.49 0 0.14
HSL 285.42º 0.6% 0.65% -
HSV(B) 285.42º 0.49% 0.86% -
XYZ 40.57 28.04 70.29 -
YUV 148.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 193 112 219 0.12 0.49 0 0.14 285.42 0.6 0.65
Hex C1 70 DB C 31 0 E 11D 3C 41
Octal 301 160 333 14 61 0 16 435 74 101
Binary 11000001 1110000 11011011 1100 110001 0 1110 100011101 111100 1000001

Color Harmonies of #C170DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170DB

Black with #C170DB

Text Example


Text Example

White with #C170DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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