Html Css Color HEX #C16DCF Medium Orchid

📋 copy color: '#C16DCF'

red 193 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #C16DCF

Tints of Medium Orchid #C16DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 37.92%
G = 21.41%
B = 40.67%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C16DCF (or 0xC16DCF) is known color: Medium Orchid. HEX triplet: C1, 6D and CF. RGB value is (193,109,207). Sum of RGB (Red+Green+Blue) = 193+109+207=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #C16DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DCF is #3E9230. Grayscale: #909090. Windows color (decimal): -4100657 or 13594049. OLE color: 13594049.

HSL color Cylindrical-coordinate representation of color #C16DCF: hue angle of 291.43º degrees, saturation: 0.51, 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 #C16DCF is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 109 207 -
CMYK 0.07 0.47 0 0.19
HSL 291.43º 0.51% 0.62% -
HSV(B) 291.43º 0.47% 0.81% -
XYZ 38.72 26.78 62.16 -
YUV 145.29 162.83 162.03 -
System Red Green Blue C M Y K H S L
Decimal 193 109 207 0.07 0.47 0 0.19 291.43 0.51 0.62
Hex C1 6D CF 7 2F 0 13 123 33 3E
Octal 301 155 317 7 57 0 23 443 63 76
Binary 11000001 1101101 11001111 111 101111 0 10011 100100011 110011 111110

Color Harmonies of #C16DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DCF

Black with #C16DCF

Text Example


Text Example

White with #C16DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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