Html Css Color HEX #C143F4 Medium Orchid

📋 copy color: '#C143F4'

red 193 ◦ green 67 ◦ blue 244

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

Shades of Medium Orchid #C143F4

Tints of Medium Orchid #C143F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 38.29%
G = 13.29%
B = 48.41%

CMYK

 C value IS 0.21

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C143F4 (or 0xC143F4) is known color: Medium Orchid. HEX triplet: C1, 43 and F4. RGB value is (193,67,244). Sum of RGB (Red+Green+Blue) = 193+67+244=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 67 (26.56% from 255 or 13.29% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #C143F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143F4 is #3EBC0B. Grayscale: #7C7C7C. Windows color (decimal): -4111372 or 16008129. OLE color: 16008129.

HSL color Cylindrical-coordinate representation of color #C143F4: hue angle of 282.71º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C143F4 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 67 244 -
CMYK 0.21 0.73 0 0.04
HSL 282.71º 0.89% 0.61% -
HSV(B) 282.71º 0.73% 0.96% -
XYZ 40.33 21.88 87.69 -
YUV 124.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 193 67 244 0.21 0.73 0 0.04 282.71 0.89 0.61
Hex C1 43 F4 15 49 0 4 11B 59 3D
Octal 301 103 364 25 111 0 4 433 131 75
Binary 11000001 1000011 11110100 10101 1001001 0 100 100011011 1011001 111101

Color Harmonies of #C143F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143F4

Black with #C143F4

Text Example


Text Example

White with #C143F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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