Html Css Color HEX #C16AE5 Medium Orchid

📋 copy color: '#C16AE5'

red 193 ◦ green 106 ◦ blue 229

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

Shades of Medium Orchid #C16AE5

Tints of Medium Orchid #C16AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 36.55%
G = 20.08%
B = 43.37%

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

#C16AE5 (or 0xC16AE5) is known color: Medium Orchid. HEX triplet: C1, 6A and E5. RGB value is (193,106,229). Sum of RGB (Red+Green+Blue) = 193+106+229=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 106 (41.80% from 255 or 20.08% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #C16AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16AE5 is #3E951A. Grayscale: #919191. Windows color (decimal): -4101403 or 15035073. OLE color: 15035073.

HSL color Cylindrical-coordinate representation of color #C16AE5: hue angle of 282.44º degrees, saturation: 0.7, 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 #C16AE5 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 106 229 -
CMYK 0.16 0.54 0 0.10
HSL 282.44º 0.7% 0.66% -
HSV(B) 282.44º 0.54% 0.9% -
XYZ 41.29 27.3 77.22 -
YUV 146.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 193 106 229 0.16 0.54 0 0.10 282.44 0.7 0.66
Hex C1 6A E5 10 36 0 A 11A 46 42
Octal 301 152 345 20 66 0 12 432 106 102
Binary 11000001 1101010 11100101 10000 110110 0 1010 100011010 1000110 1000010

Color Harmonies of #C16AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16AE5

Black with #C16AE5

Text Example


Text Example

White with #C16AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16AE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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