Html Css Color HEX #C16DCE Medium Orchid

📋 copy color: '#C16DCE'

red 193 ◦ green 109 ◦ blue 206

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

Shades of Medium Orchid #C16DCE

Tints of Medium Orchid #C16DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 37.99%
G = 21.46%
B = 40.55%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C16DCE (or 0xC16DCE) is known color: Medium Orchid. HEX triplet: C1, 6D and CE. RGB value is (193,109,206). Sum of RGB (Red+Green+Blue) = 193+109+206=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #C16DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCE is #3E9231. Grayscale: #909090. Windows color (decimal): -4100658 or 13528513. OLE color: 13528513.

HSL color Cylindrical-coordinate representation of color #C16DCE: hue angle of 291.96º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C16DCE is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 109 206 -
CMYK 0.06 0.47 0 0.19
HSL 291.96º 0.5% 0.62% -
HSV(B) 291.96º 0.47% 0.81% -
XYZ 38.6 26.73 61.52 -
YUV 145.17 162.33 162.11 -
System Red Green Blue C M Y K H S L
Decimal 193 109 206 0.06 0.47 0 0.19 291.96 0.5 0.62
Hex C1 6D CE 6 2F 0 13 124 32 3E
Octal 301 155 316 6 57 0 23 444 62 76
Binary 11000001 1101101 11001110 110 101111 0 10011 100100100 110010 111110

Color Harmonies of #C16DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DCE

Black with #C16DCE

Text Example


Text Example

White with #C16DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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