Html Css Color HEX #C143FF Medium Orchid

📋 copy color: '#C143FF'

red 193 ◦ green 67 ◦ blue 255

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

Shades of Medium Orchid #C143FF

Tints of Medium Orchid #C143FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 37.48%
G = 13.01%
B = 49.51%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C143FF (or 0xC143FF) is known color: Medium Orchid. HEX triplet: C1, 43 and FF. RGB value is (193,67,255). Sum of RGB (Red+Green+Blue) = 193+67+255=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 67 (26.56% from 255 or 13.01% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C143FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C143FF is #3EBC00. Grayscale: #7D7D7D. Windows color (decimal): -4111361 or 16729025. OLE color: 16729025.

HSL color Cylindrical-coordinate representation of color #C143FF: hue angle of 280.21º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C143FF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 67 255 -
CMYK 0.24 0.74 0 0
HSL 280.21º 1% 0.63% -
HSV(B) 280.21º 0.74% 1% -
XYZ 42.05 22.57 96.75 -
YUV 126.11 200.74 175.71 -
System Red Green Blue C M Y K H S L
Decimal 193 67 255 0.24 0.74 0 0 280.21 1 0.63
Hex C1 43 FF 18 4A 0 0 118 64 3F
Octal 301 103 377 30 112 0 0 430 144 77
Binary 11000001 1000011 11111111 11000 1001010 0 0 100011000 1100100 111111

Color Harmonies of #C143FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143FF

Black with #C143FF

Text Example


Text Example

White with #C143FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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