Html Css Color HEX #C16AE6 Medium Orchid

📋 copy color: '#C16AE6'

red 193 ◦ green 106 ◦ blue 230

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

Shades of Medium Orchid #C16AE6

Tints of Medium Orchid #C16AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.48%

R = 36.48%
G = 20.04%
B = 43.48%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C16AE6 (or 0xC16AE6) is known color: Medium Orchid. HEX triplet: C1, 6A and E6. RGB value is (193,106,230). Sum of RGB (Red+Green+Blue) = 193+106+230=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 230 (90.23% from 255 or 43.48% from 529); Max value from RGB is 230 - color contains mainly: blue. Hex color #C16AE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C16AE6 is #3E9519. Grayscale: #919191. Windows color (decimal): -4101402 or 15100609. OLE color: 15100609.

HSL color Cylindrical-coordinate representation of color #C16AE6: hue angle of 282.1º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C16AE6 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 106 230 -
CMYK 0.16 0.54 0 0.10
HSL 282.1º 0.71% 0.66% -
HSV(B) 282.1º 0.54% 0.9% -
XYZ 41.43 27.36 77.96 -
YUV 146.15 175.32 161.42 -
System Red Green Blue C M Y K H S L
Decimal 193 106 230 0.16 0.54 0 0.10 282.1 0.71 0.66
Hex C1 6A E6 10 36 0 A 11A 47 42
Octal 301 152 346 20 66 0 12 432 107 102
Binary 11000001 1101010 11100110 10000 110110 0 1010 100011010 1000111 1000010

Color Harmonies of #C16AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AE6

Black with #C16AE6

Text Example


Text Example

White with #C16AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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