Html Css Color HEX #C144DD Medium Orchid

📋 copy color: '#C144DD'

red 193 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #C144DD

Tints of Medium Orchid #C144DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.85%

R = 40.04%
G = 14.11%
B = 45.85%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C144DD (or 0xC144DD) is known color: Medium Orchid. HEX triplet: C1, 44 and DD. RGB value is (193,68,221). Sum of RGB (Red+Green+Blue) = 193+68+221=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #C144DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144DD is #3EBB22. Grayscale: #7A7A7A. Windows color (decimal): -4111139 or 14501057. OLE color: 14501057.

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

Color convert

RGB 193 68 221 -
CMYK 0.13 0.69 0 0.13
HSL 289.02º 0.69% 0.57% -
HSV(B) 289.02º 0.69% 0.87% -
XYZ 37.11 20.69 70.44 -
YUV 122.82 183.41 178.06 -
System Red Green Blue C M Y K H S L
Decimal 193 68 221 0.13 0.69 0 0.13 289.02 0.69 0.57
Hex C1 44 DD D 45 0 D 121 45 39
Octal 301 104 335 15 105 0 15 441 105 71
Binary 11000001 1000100 11011101 1101 1000101 0 1101 100100001 1000101 111001

Color Harmonies of #C144DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144DD

Black with #C144DD

Text Example


Text Example

White with #C144DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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