Html Css Color HEX #C144EE Medium Orchid

📋 copy color: '#C144EE'

red 193 ◦ green 68 ◦ blue 238

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

Shades of Medium Orchid #C144EE

Tints of Medium Orchid #C144EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 38.68%
G = 13.63%
B = 47.7%

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

#C144EE (or 0xC144EE) is known color: Medium Orchid. HEX triplet: C1, 44 and EE. RGB value is (193,68,238). Sum of RGB (Red+Green+Blue) = 193+68+238=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 68 (26.95% from 255 or 13.63% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #C144EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144EE is #3EBB11. Grayscale: #7C7C7C. Windows color (decimal): -4111122 or 15615169. OLE color: 15615169.

HSL color Cylindrical-coordinate representation of color #C144EE: hue angle of 284.12º degrees, saturation: 0.83, 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 #C144EE is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 68 238 -
CMYK 0.19 0.71 0 0.07
HSL 284.12º 0.83% 0.6% -
HSV(B) 284.12º 0.71% 0.93% -
XYZ 39.49 21.64 82.99 -
YUV 124.76 191.91 176.68 -
System Red Green Blue C M Y K H S L
Decimal 193 68 238 0.19 0.71 0 0.07 284.12 0.83 0.6
Hex C1 44 EE 13 47 0 7 11C 53 3C
Octal 301 104 356 23 107 0 7 434 123 74
Binary 11000001 1000100 11101110 10011 1000111 0 111 100011100 1010011 111100

Color Harmonies of #C144EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144EE

Black with #C144EE

Text Example


Text Example

White with #C144EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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