Html Css Color HEX #C161CF Medium Orchid

📋 copy color: '#C161CF'

red 193 ◦ green 97 ◦ blue 207

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

Shades of Medium Orchid #C161CF

Tints of Medium Orchid #C161CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 38.83%
G = 19.52%
B = 41.65%

CMYK

 C value IS 0.07

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C161CF (or 0xC161CF) is known color: Medium Orchid. HEX triplet: C1, 61 and CF. RGB value is (193,97,207). Sum of RGB (Red+Green+Blue) = 193+97+207=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #C161CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C161CF is #3E9E30. Grayscale: #898989. Windows color (decimal): -4103729 or 13590977. OLE color: 13590977.

HSL color Cylindrical-coordinate representation of color #C161CF: hue angle of 292.36º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C161CF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 97 207 -
CMYK 0.07 0.53 0 0.19
HSL 292.36º 0.53% 0.6% -
HSV(B) 292.36º 0.53% 0.81% -
XYZ 37.53 24.39 61.76 -
YUV 138.24 166.8 167.06 -
System Red Green Blue C M Y K H S L
Decimal 193 97 207 0.07 0.53 0 0.19 292.36 0.53 0.6
Hex C1 61 CF 7 35 0 13 124 35 3C
Octal 301 141 317 7 65 0 23 444 65 74
Binary 11000001 1100001 11001111 111 110101 0 10011 100100100 110101 111100

Color Harmonies of #C161CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161CF

Black with #C161CF

Text Example


Text Example

White with #C161CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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