Html Css Color HEX #C16DE5 Medium Orchid

📋 copy color: '#C16DE5'

red 193 ◦ green 109 ◦ blue 229

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

Shades of Medium Orchid #C16DE5

Tints of Medium Orchid #C16DE5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.53%

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

R = 36.35%
G = 20.53%
B = 43.13%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C16DE5 (or 0xC16DE5) is known color: Medium Orchid. HEX triplet: C1, 6D and E5. RGB value is (193,109,229). Sum of RGB (Red+Green+Blue) = 193+109+229=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 229 (89.84% from 255 or 43.13% from 531); Max value from RGB is 229 - color contains mainly: blue. Hex color #C16DE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DE5 is #3E921A. Grayscale: #939393. Windows color (decimal): -4100635 or 15035841. OLE color: 15035841.

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

Color convert

RGB 193 109 229 -
CMYK 0.16 0.52 0 0.10
HSL 282º 0.7% 0.66% -
HSV(B) 282º 0.52% 0.9% -
XYZ 41.6 27.93 77.33 -
YUV 147.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 193 109 229 0.16 0.52 0 0.10 282 0.7 0.66
Hex C1 6D E5 10 34 0 A 11A 46 42
Octal 301 155 345 20 64 0 12 432 106 102
Binary 11000001 1101101 11100101 10000 110100 0 1010 100011010 1000110 1000010

Color Harmonies of #C16DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DE5

Black with #C16DE5

Text Example


Text Example

White with #C16DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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