Html Css Color HEX #C144DC Medium Orchid

📋 copy color: '#C144DC'

red 193 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #C144DC

Tints of Medium Orchid #C144DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.14%

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

R = 40.12%
G = 14.14%
B = 45.74%

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

#C144DC (or 0xC144DC) is known color: Medium Orchid. HEX triplet: C1, 44 and DC. RGB value is (193,68,220). Sum of RGB (Red+Green+Blue) = 193+68+220=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 68 (26.95% from 255 or 14.14% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C144DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144DC is #3EBB23. Grayscale: #7A7A7A. Windows color (decimal): -4111140 or 14435521. OLE color: 14435521.

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

Color convert

RGB 193 68 220 -
CMYK 0.12 0.69 0 0.14
HSL 289.34º 0.68% 0.56% -
HSV(B) 289.34º 0.69% 0.86% -
XYZ 36.98 20.64 69.74 -
YUV 122.7 182.91 178.14 -
System Red Green Blue C M Y K H S L
Decimal 193 68 220 0.12 0.69 0 0.14 289.34 0.68 0.56
Hex C1 44 DC C 45 0 E 121 44 38
Octal 301 104 334 14 105 0 16 441 104 70
Binary 11000001 1000100 11011100 1100 1000101 0 1110 100100001 1000100 111000

Color Harmonies of #C144DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144DC

Black with #C144DC

Text Example


Text Example

White with #C144DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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