Html Css Color HEX #C143FA Medium Orchid

📋 copy color: '#C143FA'

red 193 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #C143FA

Tints of Medium Orchid #C143FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 37.84%
G = 13.14%
B = 49.02%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C143FA (or 0xC143FA) is known color: Medium Orchid. HEX triplet: C1, 43 and FA. RGB value is (193,67,250). Sum of RGB (Red+Green+Blue) = 193+67+250=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 67 (26.56% from 255 or 13.14% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #C143FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143FA is #3EBC05. Grayscale: #7C7C7C. Windows color (decimal): -4111366 or 16401345. OLE color: 16401345.

HSL color Cylindrical-coordinate representation of color #C143FA: hue angle of 281.31º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C143FA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 67 250 -
CMYK 0.23 0.73 0 0.02
HSL 281.31º 0.95% 0.62% -
HSV(B) 281.31º 0.73% 0.98% -
XYZ 41.25 22.25 92.56 -
YUV 125.54 198.24 176.12 -
System Red Green Blue C M Y K H S L
Decimal 193 67 250 0.23 0.73 0 0.02 281.31 0.95 0.62
Hex C1 43 FA 17 49 0 2 119 5F 3E
Octal 301 103 372 27 111 0 2 431 137 76
Binary 11000001 1000011 11111010 10111 1001001 0 10 100011001 1011111 111110

Color Harmonies of #C143FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143FA

Black with #C143FA

Text Example


Text Example

White with #C143FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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