Html Css Color HEX #C161DF Medium Orchid

📋 copy color: '#C161DF'

red 193 ◦ green 97 ◦ blue 223

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

Shades of Medium Orchid #C161DF

Tints of Medium Orchid #C161DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.47%

R = 37.62%
G = 18.91%
B = 43.47%

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

#C161DF (or 0xC161DF) is known color: Medium Orchid. HEX triplet: C1, 61 and DF. RGB value is (193,97,223). Sum of RGB (Red+Green+Blue) = 193+97+223=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 97 (38.28% from 255 or 18.91% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #C161DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161DF is #3E9E20. Grayscale: #8B8B8B. Windows color (decimal): -4103713 or 14639553. OLE color: 14639553.

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

Color convert

RGB 193 97 223 -
CMYK 0.13 0.57 0 0.13
HSL 285.71º 0.66% 0.63% -
HSV(B) 285.71º 0.57% 0.87% -
XYZ 39.59 25.21 72.59 -
YUV 140.07 174.8 165.75 -
System Red Green Blue C M Y K H S L
Decimal 193 97 223 0.13 0.57 0 0.13 285.71 0.66 0.63
Hex C1 61 DF D 39 0 D 11E 42 3F
Octal 301 141 337 15 71 0 15 436 102 77
Binary 11000001 1100001 11011111 1101 111001 0 1101 100011110 1000010 111111

Color Harmonies of #C161DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161DF

Black with #C161DF

Text Example


Text Example

White with #C161DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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