Html Css Color HEX #C178DC Medium Orchid

📋 copy color: '#C178DC'

red 193 ◦ green 120 ◦ blue 220

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

Shades of Medium Orchid #C178DC

Tints of Medium Orchid #C178DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.51%

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

R = 36.21%
G = 22.51%
B = 41.28%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C178DC (or 0xC178DC) is known color: Medium Orchid. HEX triplet: C1, 78 and DC. RGB value is (193,120,220). Sum of RGB (Red+Green+Blue) = 193+120+220=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #C178DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C178DC is #3E8723. Grayscale: #989898. Windows color (decimal): -4097828 or 14448833. OLE color: 14448833.

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

Color convert

RGB 193 120 220 -
CMYK 0.12 0.45 0 0.14
HSL 283.8º 0.59% 0.67% -
HSV(B) 283.8º 0.45% 0.86% -
XYZ 41.63 29.94 71.29 -
YUV 153.23 165.68 156.37 -
System Red Green Blue C M Y K H S L
Decimal 193 120 220 0.12 0.45 0 0.14 283.8 0.59 0.67
Hex C1 78 DC C 2D 0 E 11C 3B 43
Octal 301 170 334 14 55 0 16 434 73 103
Binary 11000001 1111000 11011100 1100 101101 0 1110 100011100 111011 1000011

Color Harmonies of #C178DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C178DC

Black with #C178DC

Text Example


Text Example

White with #C178DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C178DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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