Html Css Color HEX #C171DD Medium Orchid

📋 copy color: '#C171DD'

red 193 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #C171DD

Tints of Medium Orchid #C171DD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.44%

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

R = 36.62%
G = 21.44%
B = 41.94%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C171DD (or 0xC171DD) is known color: Medium Orchid. HEX triplet: C1, 71 and DD. RGB value is (193,113,221). Sum of RGB (Red+Green+Blue) = 193+113+221=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C171DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C171DD is #3E8E22. Grayscale: #949494. Windows color (decimal): -4099619 or 14512577. OLE color: 14512577.

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

Color convert

RGB 193 113 221 -
CMYK 0.13 0.49 0 0.13
HSL 284.44º 0.61% 0.65% -
HSV(B) 284.44º 0.49% 0.87% -
XYZ 40.95 28.37 71.72 -
YUV 149.23 168.5 159.22 -
System Red Green Blue C M Y K H S L
Decimal 193 113 221 0.13 0.49 0 0.13 284.44 0.61 0.65
Hex C1 71 DD D 31 0 D 11C 3D 41
Octal 301 161 335 15 61 0 15 434 75 101
Binary 11000001 1110001 11011101 1101 110001 0 1101 100011100 111101 1000001

Color Harmonies of #C171DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C171DD

Black with #C171DD

Text Example


Text Example

White with #C171DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C171DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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