Html Css Color HEX #C144E5 Medium Orchid

📋 copy color: '#C144E5'

red 193 ◦ green 68 ◦ blue 229

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

Shades of Medium Orchid #C144E5

Tints of Medium Orchid #C144E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 39.39%
G = 13.88%
B = 46.73%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C144E5 (or 0xC144E5) is known color: Medium Orchid. HEX triplet: C1, 44 and E5. RGB value is (193,68,229). Sum of RGB (Red+Green+Blue) = 193+68+229=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #C144E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144E5 is #3EBB1A. Grayscale: #7B7B7B. Windows color (decimal): -4111131 or 15025345. OLE color: 15025345.

HSL color Cylindrical-coordinate representation of color #C144E5: hue angle of 286.58º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C144E5 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 68 229 -
CMYK 0.16 0.70 0 0.10
HSL 286.58º 0.76% 0.58% -
HSV(B) 286.58º 0.7% 0.9% -
XYZ 38.2 21.13 76.19 -
YUV 123.73 187.41 177.41 -
System Red Green Blue C M Y K H S L
Decimal 193 68 229 0.16 0.70 0 0.10 286.58 0.76 0.58
Hex C1 44 E5 10 46 0 A 11F 4C 3A
Octal 301 104 345 20 106 0 12 437 114 72
Binary 11000001 1000100 11100101 10000 1000110 0 1010 100011111 1001100 111010

Color Harmonies of #C144E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144E5

Black with #C144E5

Text Example


Text Example

White with #C144E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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