Html Css Color HEX #C143FC Medium Orchid

📋 copy color: '#C143FC'

red 193 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #C143FC

Tints of Medium Orchid #C143FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.22%

R = 37.7%
G = 13.09%
B = 49.22%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C143FC (or 0xC143FC) is known color: Medium Orchid. HEX triplet: C1, 43 and FC. RGB value is (193,67,252). Sum of RGB (Red+Green+Blue) = 193+67+252=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 67 (26.56% from 255 or 13.09% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C143FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143FC is #3EBC03. Grayscale: #7D7D7D. Windows color (decimal): -4111364 or 16532417. OLE color: 16532417.

HSL color Cylindrical-coordinate representation of color #C143FC: hue angle of 280.86º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C143FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 67 252 -
CMYK 0.23 0.73 0 0.01
HSL 280.86º 0.97% 0.63% -
HSV(B) 280.86º 0.73% 0.99% -
XYZ 41.57 22.38 94.22 -
YUV 125.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 193 67 252 0.23 0.73 0 0.01 280.86 0.97 0.63
Hex C1 43 FC 17 49 0 1 119 61 3F
Octal 301 103 374 27 111 0 1 431 141 77
Binary 11000001 1000011 11111100 10111 1001001 0 1 100011001 1100001 111111

Color Harmonies of #C143FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143FC

Black with #C143FC

Text Example


Text Example

White with #C143FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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