Html Css Color HEX #C146DD Medium Orchid

📋 copy color: '#C146DD'

red 193 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #C146DD

Tints of Medium Orchid #C146DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.46%

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

R = 39.88%
G = 14.46%
B = 45.66%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C146DD (or 0xC146DD) is known color: Medium Orchid. HEX triplet: C1, 46 and DD. RGB value is (193,70,221). Sum of RGB (Red+Green+Blue) = 193+70+221=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #C146DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146DD is #3EB922. Grayscale: #7B7B7B. Windows color (decimal): -4110627 or 14501569. OLE color: 14501569.

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

Color convert

RGB 193 70 221 -
CMYK 0.13 0.68 0 0.13
HSL 288.87º 0.69% 0.57% -
HSV(B) 288.87º 0.68% 0.87% -
XYZ 37.23 20.94 70.49 -
YUV 123.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 193 70 221 0.13 0.68 0 0.13 288.87 0.69 0.57
Hex C1 46 DD D 44 0 D 121 45 39
Octal 301 106 335 15 104 0 15 441 105 71
Binary 11000001 1000110 11011101 1101 1000100 0 1101 100100001 1000101 111001

Color Harmonies of #C146DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146DD

Black with #C146DD

Text Example


Text Example

White with #C146DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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