Html Css Color HEX #C16DDE Medium Orchid

📋 copy color: '#C16DDE'

red 193 ◦ green 109 ◦ blue 222

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

Shades of Medium Orchid #C16DDE

Tints of Medium Orchid #C16DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.37%

R = 36.83%
G = 20.8%
B = 42.37%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C16DDE (or 0xC16DDE) is known color: Medium Orchid. HEX triplet: C1, 6D and DE. RGB value is (193,109,222). Sum of RGB (Red+Green+Blue) = 193+109+222=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 109 (42.97% from 255 or 20.80% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #C16DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C16DDE is #3E9221. Grayscale: #929292. Windows color (decimal): -4100642 or 14577089. OLE color: 14577089.

HSL color Cylindrical-coordinate representation of color #C16DDE: hue angle of 284.6º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C16DDE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 109 222 -
CMYK 0.13 0.51 0 0.13
HSL 284.6º 0.63% 0.65% -
HSV(B) 284.6º 0.51% 0.87% -
XYZ 40.65 27.55 72.28 -
YUV 147 170.33 160.81 -
System Red Green Blue C M Y K H S L
Decimal 193 109 222 0.13 0.51 0 0.13 284.6 0.63 0.65
Hex C1 6D DE D 33 0 D 11D 3F 41
Octal 301 155 336 15 63 0 15 435 77 101
Binary 11000001 1101101 11011110 1101 110011 0 1101 100011101 111111 1000001

Color Harmonies of #C16DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16DDE

Black with #C16DDE

Text Example


Text Example

White with #C16DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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