Html Css Color HEX #C161EB Medium Orchid

📋 copy color: '#C161EB'

red 193 ◦ green 97 ◦ blue 235

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

Shades of Medium Orchid #C161EB

Tints of Medium Orchid #C161EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 36.76%
G = 18.48%
B = 44.76%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C161EB (or 0xC161EB) is known color: Medium Orchid. HEX triplet: C1, 61 and EB. RGB value is (193,97,235). Sum of RGB (Red+Green+Blue) = 193+97+235=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 97 (38.28% from 255 or 18.48% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #C161EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161EB is #3E9E14. Grayscale: #8C8C8C. Windows color (decimal): -4103701 or 15425985. OLE color: 15425985.

HSL color Cylindrical-coordinate representation of color #C161EB: hue angle of 281.74º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C161EB is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 97 235 -
CMYK 0.18 0.59 0 0.08
HSL 281.74º 0.78% 0.65% -
HSV(B) 281.74º 0.59% 0.92% -
XYZ 41.26 25.89 81.42 -
YUV 141.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 193 97 235 0.18 0.59 0 0.08 281.74 0.78 0.65
Hex C1 61 EB 12 3B 0 8 11A 4E 41
Octal 301 141 353 22 73 0 10 432 116 101
Binary 11000001 1100001 11101011 10010 111011 0 1000 100011010 1001110 1000001

Color Harmonies of #C161EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161EB

Black with #C161EB

Text Example


Text Example

White with #C161EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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