Html Css Color HEX #C170DC Medium Orchid

📋 copy color: '#C170DC'

red 193 ◦ green 112 ◦ blue 220

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

Shades of Medium Orchid #C170DC

Tints of Medium Orchid #C170DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 36.76%
G = 21.33%
B = 41.9%

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

#C170DC (or 0xC170DC) is known color: Medium Orchid. HEX triplet: C1, 70 and DC. RGB value is (193,112,220). Sum of RGB (Red+Green+Blue) = 193+112+220=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C170DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170DC is #3E8F23. Grayscale: #949494. Windows color (decimal): -4099876 or 14446785. OLE color: 14446785.

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

Color convert

RGB 193 112 220 -
CMYK 0.12 0.49 0 0.14
HSL 285º 0.61% 0.65% -
HSV(B) 285º 0.49% 0.86% -
XYZ 40.7 28.09 70.99 -
YUV 148.53 168.34 159.72 -
System Red Green Blue C M Y K H S L
Decimal 193 112 220 0.12 0.49 0 0.14 285 0.61 0.65
Hex C1 70 DC C 31 0 E 11D 3D 41
Octal 301 160 334 14 61 0 16 435 75 101
Binary 11000001 1110000 11011100 1100 110001 0 1110 100011101 111101 1000001

Color Harmonies of #C170DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C170DC

Black with #C170DC

Text Example


Text Example

White with #C170DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C170DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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