Html Css Color HEX #C161DD Medium Orchid

📋 copy color: '#C161DD'

red 193 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #C161DD

Tints of Medium Orchid #C161DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.98%

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

R = 37.77%
G = 18.98%
B = 43.25%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C161DD (or 0xC161DD) is known color: Medium Orchid. HEX triplet: C1, 61 and DD. RGB value is (193,97,221). Sum of RGB (Red+Green+Blue) = 193+97+221=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C161DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161DD is #3E9E22. Grayscale: #8B8B8B. Windows color (decimal): -4103715 or 14508481. OLE color: 14508481.

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

Color convert

RGB 193 97 221 -
CMYK 0.13 0.56 0 0.13
HSL 286.45º 0.65% 0.62% -
HSV(B) 286.45º 0.56% 0.87% -
XYZ 39.32 25.11 71.18 -
YUV 139.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 193 97 221 0.13 0.56 0 0.13 286.45 0.65 0.62
Hex C1 61 DD D 38 0 D 11E 41 3E
Octal 301 141 335 15 70 0 15 436 101 76
Binary 11000001 1100001 11011101 1101 111000 0 1101 100011110 1000001 111110

Color Harmonies of #C161DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161DD

Black with #C161DD

Text Example


Text Example

White with #C161DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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