Html Css Color HEX #C143DD Medium Orchid

📋 copy color: '#C143DD'

red 193 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #C143DD

Tints of Medium Orchid #C143DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 40.12%
G = 13.93%
B = 45.95%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C143DD (or 0xC143DD) is known color: Medium Orchid. HEX triplet: C1, 43 and DD. RGB value is (193,67,221). Sum of RGB (Red+Green+Blue) = 193+67+221=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C143DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143DD is #3EBC22. Grayscale: #797979. Windows color (decimal): -4111395 or 14500801. OLE color: 14500801.

HSL color Cylindrical-coordinate representation of color #C143DD: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C143DD is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 67 221 -
CMYK 0.13 0.70 0 0.13
HSL 289.09º 0.69% 0.56% -
HSV(B) 289.09º 0.7% 0.87% -
XYZ 37.05 20.57 70.42 -
YUV 122.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 193 67 221 0.13 0.70 0 0.13 289.09 0.69 0.56
Hex C1 43 DD D 46 0 D 121 45 38
Octal 301 103 335 15 106 0 15 441 105 70
Binary 11000001 1000011 11011101 1101 1000110 0 1101 100100001 1000101 111000

Color Harmonies of #C143DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143DD

Black with #C143DD

Text Example


Text Example

White with #C143DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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