Html Css Color HEX #C16ED0 Medium Orchid

📋 copy color: '#C16ED0'

red 193 ◦ green 110 ◦ blue 208

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

Shades of Medium Orchid #C16ED0

Tints of Medium Orchid #C16ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.7%

R = 37.77%
G = 21.53%
B = 40.7%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C16ED0 (or 0xC16ED0) is known color: Medium Orchid. HEX triplet: C1, 6E and D0. RGB value is (193,110,208). Sum of RGB (Red+Green+Blue) = 193+110+208=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 208 - color contains mainly: blue. Hex color #C16ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16ED0 is #3E912F. Grayscale: #919191. Windows color (decimal): -4100400 or 13659841. OLE color: 13659841.

HSL color Cylindrical-coordinate representation of color #C16ED0: hue angle of 290.82º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16ED0 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 110 208 -
CMYK 0.07 0.47 0 0.18
HSL 290.82º 0.51% 0.62% -
HSV(B) 290.82º 0.47% 0.82% -
XYZ 38.95 27.04 62.84 -
YUV 145.99 163 161.53 -
System Red Green Blue C M Y K H S L
Decimal 193 110 208 0.07 0.47 0 0.18 290.82 0.51 0.62
Hex C1 6E D0 7 2F 0 12 123 33 3E
Octal 301 156 320 7 57 0 22 443 63 76
Binary 11000001 1101110 11010000 111 101111 0 10010 100100011 110011 111110

Color Harmonies of #C16ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16ED0

Black with #C16ED0

Text Example


Text Example

White with #C16ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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