Html Css Color HEX #C144DB Medium Orchid

📋 copy color: '#C144DB'

red 193 ◦ green 68 ◦ blue 219

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

Shades of Medium Orchid #C144DB

Tints of Medium Orchid #C144DB

RGB

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

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

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

R = 40.21%
G = 14.17%
B = 45.63%

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

#C144DB (or 0xC144DB) is known color: Medium Orchid. HEX triplet: C1, 44 and DB. RGB value is (193,68,219). Sum of RGB (Red+Green+Blue) = 193+68+219=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 68 (26.95% from 255 or 14.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #C144DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144DB is #3EBB24. Grayscale: #7A7A7A. Windows color (decimal): -4111141 or 14369985. OLE color: 14369985.

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

Color convert

RGB 193 68 219 -
CMYK 0.12 0.69 0 0.14
HSL 289.67º 0.68% 0.56% -
HSV(B) 289.67º 0.69% 0.86% -
XYZ 36.85 20.59 69.05 -
YUV 122.59 182.41 178.22 -
System Red Green Blue C M Y K H S L
Decimal 193 68 219 0.12 0.69 0 0.14 289.67 0.68 0.56
Hex C1 44 DB C 45 0 E 122 44 38
Octal 301 104 333 14 105 0 16 442 104 70
Binary 11000001 1000100 11011011 1100 1000101 0 1110 100100010 1000100 111000

Color Harmonies of #C144DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144DB

Black with #C144DB

Text Example


Text Example

White with #C144DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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