Html Css Color HEX #C143EA Medium Orchid

📋 copy color: '#C143EA'

red 193 ◦ green 67 ◦ blue 234

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

Shades of Medium Orchid #C143EA

Tints of Medium Orchid #C143EA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.56%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 39.07%
G = 13.56%
B = 47.37%

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

#C143EA (or 0xC143EA) is known color: Medium Orchid. HEX triplet: C1, 43 and EA. RGB value is (193,67,234). Sum of RGB (Red+Green+Blue) = 193+67+234=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 67 (26.56% from 255 or 13.56% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #C143EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143EA is #3EBC15. Grayscale: #7B7B7B. Windows color (decimal): -4111382 or 15352769. OLE color: 15352769.

HSL color Cylindrical-coordinate representation of color #C143EA: hue angle of 285.27º degrees, saturation: 0.8, 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 #C143EA is Cyan = 0.18, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 67 234 -
CMYK 0.18 0.71 0 0.08
HSL 285.27º 0.8% 0.59% -
HSV(B) 285.27º 0.71% 0.92% -
XYZ 38.85 21.29 79.9 -
YUV 123.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 193 67 234 0.18 0.71 0 0.08 285.27 0.8 0.59
Hex C1 43 EA 12 47 0 8 11D 50 3B
Octal 301 103 352 22 107 0 10 435 120 73
Binary 11000001 1000011 11101010 10010 1000111 0 1000 100011101 1010000 111011

Color Harmonies of #C143EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143EA

Black with #C143EA

Text Example


Text Example

White with #C143EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143EA; }

 p { color: rgb(193,67,234); }

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

background-color css

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

 a { background-color: rgb(193,67,234); }

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

border-color css

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

 span { border-color: rgb(193,67,234); }

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