Html Css Color HEX #C16AEB Medium Orchid

📋 copy color: '#C16AEB'

red 193 ◦ green 106 ◦ blue 235

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

Shades of Medium Orchid #C16AEB

Tints of Medium Orchid #C16AEB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.85%

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

R = 36.14%
G = 19.85%
B = 44.01%

CMYK

 C value IS 0.18

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C16AEB (or 0xC16AEB) is known color: Medium Orchid. HEX triplet: C1, 6A and EB. RGB value is (193,106,235). Sum of RGB (Red+Green+Blue) = 193+106+235=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 106 (41.80% from 255 or 19.85% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #C16AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AEB is #3E9514. Grayscale: #929292. Windows color (decimal): -4101397 or 15428289. OLE color: 15428289.

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

Color convert

RGB 193 106 235 -
CMYK 0.18 0.55 0 0.08
HSL 280.47º 0.76% 0.67% -
HSV(B) 280.47º 0.55% 0.92% -
XYZ 42.14 27.64 81.71 -
YUV 146.72 177.82 161.01 -
System Red Green Blue C M Y K H S L
Decimal 193 106 235 0.18 0.55 0 0.08 280.47 0.76 0.67
Hex C1 6A EB 12 37 0 8 118 4C 43
Octal 301 152 353 22 67 0 10 430 114 103
Binary 11000001 1101010 11101011 10010 110111 0 1000 100011000 1001100 1000011

Color Harmonies of #C16AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AEB

Black with #C16AEB

Text Example


Text Example

White with #C16AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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