Html Css Color HEX #C143FB Medium Orchid

📋 copy color: '#C143FB'

red 193 ◦ green 67 ◦ blue 251

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

Shades of Medium Orchid #C143FB

Tints of Medium Orchid #C143FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.12%

R = 37.77%
G = 13.11%
B = 49.12%

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

#C143FB (or 0xC143FB) is known color: Medium Orchid. HEX triplet: C1, 43 and FB. RGB value is (193,67,251). Sum of RGB (Red+Green+Blue) = 193+67+251=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #C143FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143FB is #3EBC04. Grayscale: #7D7D7D. Windows color (decimal): -4111365 or 16466881. OLE color: 16466881.

HSL color Cylindrical-coordinate representation of color #C143FB: hue angle of 281.09º degrees, saturation: 0.96, 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 #C143FB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 67 251 -
CMYK 0.23 0.73 0 0.02
HSL 281.09º 0.96% 0.62% -
HSV(B) 281.09º 0.73% 0.98% -
XYZ 41.41 22.32 93.39 -
YUV 125.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 193 67 251 0.23 0.73 0 0.02 281.09 0.96 0.62
Hex C1 43 FB 17 49 0 2 119 60 3E
Octal 301 103 373 27 111 0 2 431 140 76
Binary 11000001 1000011 11111011 10111 1001001 0 10 100011001 1100000 111110

Color Harmonies of #C143FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143FB

Black with #C143FB

Text Example


Text Example

White with #C143FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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