Html Css Color HEX #C163DD Medium Orchid

📋 copy color: '#C163DD'

red 193 ◦ green 99 ◦ blue 221

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

Shades of Medium Orchid #C163DD

Tints of Medium Orchid #C163DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.3%

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

R = 37.62%
G = 19.3%
B = 43.08%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C163DD (or 0xC163DD) is known color: Medium Orchid. HEX triplet: C1, 63 and DD. RGB value is (193,99,221). Sum of RGB (Red+Green+Blue) = 193+99+221=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #C163DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C163DD is #3E9C22. Grayscale: #8C8C8C. Windows color (decimal): -4103203 or 14508993. OLE color: 14508993.

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

Color convert

RGB 193 99 221 -
CMYK 0.13 0.55 0 0.13
HSL 286.23º 0.64% 0.63% -
HSV(B) 286.23º 0.55% 0.87% -
XYZ 39.51 25.48 71.24 -
YUV 141.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 193 99 221 0.13 0.55 0 0.13 286.23 0.64 0.63
Hex C1 63 DD D 37 0 D 11E 40 3F
Octal 301 143 335 15 67 0 15 436 100 77
Binary 11000001 1100011 11011101 1101 110111 0 1101 100011110 1000000 111111

Color Harmonies of #C163DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C163DD

Black with #C163DD

Text Example


Text Example

White with #C163DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C163DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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