Html Css Color HEX #C145DC Medium Orchid

📋 copy color: '#C145DC'

red 193 ◦ green 69 ◦ blue 220

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

Shades of Medium Orchid #C145DC

Tints of Medium Orchid #C145DC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.32%

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

R = 40.04%
G = 14.32%
B = 45.64%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C145DC (or 0xC145DC) is known color: Medium Orchid. HEX triplet: C1, 45 and DC. RGB value is (193,69,220). Sum of RGB (Red+Green+Blue) = 193+69+220=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 69 (27.34% from 255 or 14.32% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #C145DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C145DC is #3EBA23. Grayscale: #7A7A7A. Windows color (decimal): -4110884 or 14435777. OLE color: 14435777.

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

Color convert

RGB 193 69 220 -
CMYK 0.12 0.69 0 0.14
HSL 289.27º 0.68% 0.57% -
HSV(B) 289.27º 0.69% 0.86% -
XYZ 37.04 20.76 69.77 -
YUV 123.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 193 69 220 0.12 0.69 0 0.14 289.27 0.68 0.57
Hex C1 45 DC C 45 0 E 121 44 39
Octal 301 105 334 14 105 0 16 441 104 71
Binary 11000001 1000101 11011100 1100 1000101 0 1110 100100001 1000100 111001

Color Harmonies of #C145DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C145DC

Black with #C145DC

Text Example


Text Example

White with #C145DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C145DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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