Html Css Color HEX #C161EE Medium Orchid

📋 copy color: '#C161EE'

red 193 ◦ green 97 ◦ blue 238

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

Shades of Medium Orchid #C161EE

Tints of Medium Orchid #C161EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 36.55%
G = 18.37%
B = 45.08%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C161EE (or 0xC161EE) is known color: Medium Orchid. HEX triplet: C1, 61 and EE. RGB value is (193,97,238). Sum of RGB (Red+Green+Blue) = 193+97+238=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #C161EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C161EE is #3E9E11. Grayscale: #8D8D8D. Windows color (decimal): -4103698 or 15622593. OLE color: 15622593.

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

Color convert

RGB 193 97 238 -
CMYK 0.19 0.59 0 0.07
HSL 280.85º 0.81% 0.66% -
HSV(B) 280.85º 0.59% 0.93% -
XYZ 41.7 26.06 83.72 -
YUV 141.78 182.3 164.54 -
System Red Green Blue C M Y K H S L
Decimal 193 97 238 0.19 0.59 0 0.07 280.85 0.81 0.66
Hex C1 61 EE 13 3B 0 7 119 51 42
Octal 301 141 356 23 73 0 7 431 121 102
Binary 11000001 1100001 11101110 10011 111011 0 111 100011001 1010001 1000010

Color Harmonies of #C161EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C161EE

Black with #C161EE

Text Example


Text Example

White with #C161EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C161EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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