Html Css Color HEX #C16EEB Medium Orchid

📋 copy color: '#C16EEB'

red 193 ◦ green 110 ◦ blue 235

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

Shades of Medium Orchid #C16EEB

Tints of Medium Orchid #C16EEB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.45%

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

R = 35.87%
G = 20.45%
B = 43.68%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C16EEB (or 0xC16EEB) is known color: Medium Orchid. HEX triplet: C1, 6E and EB. RGB value is (193,110,235). Sum of RGB (Red+Green+Blue) = 193+110+235=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #C16EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16EEB is #3E9114. Grayscale: #949494. Windows color (decimal): -4100373 or 15429313. OLE color: 15429313.

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

Color convert

RGB 193 110 235 -
CMYK 0.18 0.53 0 0.08
HSL 279.84º 0.76% 0.68% -
HSV(B) 279.84º 0.53% 0.92% -
XYZ 42.56 28.49 81.85 -
YUV 149.07 176.5 159.34 -
System Red Green Blue C M Y K H S L
Decimal 193 110 235 0.18 0.53 0 0.08 279.84 0.76 0.68
Hex C1 6E EB 12 35 0 8 118 4C 44
Octal 301 156 353 22 65 0 10 430 114 104
Binary 11000001 1101110 11101011 10010 110101 0 1000 100011000 1001100 1000100

Color Harmonies of #C16EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16EEB

Black with #C16EEB

Text Example


Text Example

White with #C16EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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