Html Css Color HEX #C143F1 Medium Orchid

📋 copy color: '#C143F1'

red 193 ◦ green 67 ◦ blue 241

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

Shades of Medium Orchid #C143F1

Tints of Medium Orchid #C143F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.1%

R = 38.52%
G = 13.37%
B = 48.1%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C143F1 (or 0xC143F1) is known color: Medium Orchid. HEX triplet: C1, 43 and F1. RGB value is (193,67,241). Sum of RGB (Red+Green+Blue) = 193+67+241=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #C143F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143F1 is #3EBC0E. Grayscale: #7B7B7B. Windows color (decimal): -4111375 or 15811521. OLE color: 15811521.

HSL color Cylindrical-coordinate representation of color #C143F1: hue angle of 283.45º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C143F1 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 67 241 -
CMYK 0.20 0.72 0 0.05
HSL 283.45º 0.86% 0.6% -
HSV(B) 283.45º 0.72% 0.95% -
XYZ 39.88 21.7 85.31 -
YUV 124.51 193.74 176.85 -
System Red Green Blue C M Y K H S L
Decimal 193 67 241 0.20 0.72 0 0.05 283.45 0.86 0.6
Hex C1 43 F1 14 48 0 5 11B 56 3C
Octal 301 103 361 24 110 0 5 433 126 74
Binary 11000001 1000011 11110001 10100 1001000 0 101 100011011 1010110 111100

Color Harmonies of #C143F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143F1

Black with #C143F1

Text Example


Text Example

White with #C143F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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