Html Css Color HEX #C144EB Medium Orchid

📋 copy color: '#C144EB'

red 193 ◦ green 68 ◦ blue 235

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

Shades of Medium Orchid #C144EB

Tints of Medium Orchid #C144EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 38.91%
G = 13.71%
B = 47.38%

CMYK

 C value IS 0.18

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C144EB (or 0xC144EB) is known color: Medium Orchid. HEX triplet: C1, 44 and EB. RGB value is (193,68,235). Sum of RGB (Red+Green+Blue) = 193+68+235=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #C144EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C144EB is #3EBB14. Grayscale: #7B7B7B. Windows color (decimal): -4111125 or 15418561. OLE color: 15418561.

HSL color Cylindrical-coordinate representation of color #C144EB: hue angle of 284.91º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C144EB is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 68 235 -
CMYK 0.18 0.71 0 0.08
HSL 284.91º 0.81% 0.59% -
HSV(B) 284.91º 0.71% 0.92% -
XYZ 39.05 21.47 80.68 -
YUV 124.41 190.41 176.92 -
System Red Green Blue C M Y K H S L
Decimal 193 68 235 0.18 0.71 0 0.08 284.91 0.81 0.59
Hex C1 44 EB 12 47 0 8 11D 51 3B
Octal 301 104 353 22 107 0 10 435 121 73
Binary 11000001 1000100 11101011 10010 1000111 0 1000 100011101 1010001 111011

Color Harmonies of #C144EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C144EB

Black with #C144EB

Text Example


Text Example

White with #C144EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C144EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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