Html Css Color HEX #C144ED Medium Orchid

📋 copy color: '#C144ED'

red 193 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #C144ED

Tints of Medium Orchid #C144ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.59%

R = 38.76%
G = 13.65%
B = 47.59%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C144ED (or 0xC144ED) is known color: Medium Orchid. HEX triplet: C1, 44 and ED. RGB value is (193,68,237). Sum of RGB (Red+Green+Blue) = 193+68+237=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #C144ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144ED is #3EBB12. Grayscale: #7C7C7C. Windows color (decimal): -4111123 or 15549633. OLE color: 15549633.

HSL color Cylindrical-coordinate representation of color #C144ED: hue angle of 284.38º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C144ED is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 68 237 -
CMYK 0.19 0.71 0 0.07
HSL 284.38º 0.82% 0.6% -
HSV(B) 284.38º 0.71% 0.93% -
XYZ 39.35 21.59 82.21 -
YUV 124.64 191.41 176.76 -
System Red Green Blue C M Y K H S L
Decimal 193 68 237 0.19 0.71 0 0.07 284.38 0.82 0.6
Hex C1 44 ED 13 47 0 7 11C 52 3C
Octal 301 104 355 23 107 0 7 434 122 74
Binary 11000001 1000100 11101101 10011 1000111 0 111 100011100 1010010 111100

Color Harmonies of #C144ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144ED

Black with #C144ED

Text Example


Text Example

White with #C144ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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