Html Css Color HEX #C160DD Medium Orchid

📋 copy color: '#C160DD'

red 193 ◦ green 96 ◦ blue 221

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

Shades of Medium Orchid #C160DD

Tints of Medium Orchid #C160DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.82%

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

R = 37.84%
G = 18.82%
B = 43.33%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C160DD (or 0xC160DD) is known color: Medium Orchid. HEX triplet: C1, 60 and DD. RGB value is (193,96,221). Sum of RGB (Red+Green+Blue) = 193+96+221=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C160DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C160DD is #3E9F22. Grayscale: #8A8A8A. Windows color (decimal): -4103971 or 14508225. OLE color: 14508225.

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

Color convert

RGB 193 96 221 -
CMYK 0.13 0.57 0 0.13
HSL 286.56º 0.65% 0.62% -
HSV(B) 286.56º 0.57% 0.87% -
XYZ 39.23 24.92 71.15 -
YUV 139.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 193 96 221 0.13 0.57 0 0.13 286.56 0.65 0.62
Hex C1 60 DD D 39 0 D 11F 41 3E
Octal 301 140 335 15 71 0 15 437 101 76
Binary 11000001 1100000 11011101 1101 111001 0 1101 100011111 1000001 111110

Color Harmonies of #C160DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C160DD

Black with #C160DD

Text Example


Text Example

White with #C160DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C160DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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